Skip to content

Commit 72df1da

Browse files
committed
Merge pull request symfony#46 from symfony-cmf/CONTROLLER_ALIAS
remove RouteObjectInterface::CONTROLLER_ALIAS
2 parents ea4a10d + a91263e commit 72df1da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

RouteObjectInterface.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ interface RouteObjectInterface
2626
*/
2727
const ROUTE_OBJECT = '_route_object';
2828

29-
/**
30-
* Constant for the field that is given to the ControllerAliasMapper.
31-
* The value must be configured in the controllers_by_alias mapping.
32-
*
33-
* This is ignored if a _controller default value is provided as well
34-
*/
35-
const CONTROLLER_ALIAS = '_controller_alias';
36-
3729
/**
3830
* Field name for an explicit controller name to be used with this route
3931
*/

0 commit comments

Comments
 (0)