Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Documentation for symfony-cmf/routing-bundle#363 #779

Merged
merged 4 commits into from
Oct 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions bundles/routing/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,16 @@ If ``true``, the ORM is included in the service container.

The name of the Doctrine Manager to use.

``route_class``
****************

**type**: ``string`` **default**: ``'Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Orm\Route'``

The route class to use in your application.

versionadded:: 2.0
The ``route_class`` parameter has been added in version 2.0.

``uri_filter_regexp``
~~~~~~~~~~~~~~~~~~~~~

Expand Down