Expanded class hierarchy of RouteObject
class RouteObject implements RouteObjectInterface {
public function getRouteKey() {
return '/some/key';
}
public function getRouteContent() {
return null;
}
}
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RouteObject:: |
public | function |
Get the content document this route entry stands for. If non-null,
the ControllerClassMapper uses it to identify a controller and
the content is passed to the controller. Overrides RouteObjectInterface:: |
|
RouteObject:: |
public | function |
Get the route key. Overrides RouteObjectInterface:: |
|
RouteObjectInterface:: |
constant | Field name for the content of the current route, if any. | ||
RouteObjectInterface:: |
constant | Field name for an explicit controller name to be used with this route | ||
RouteObjectInterface:: |
constant | Field name that will hold the route name that was matched. | ||
RouteObjectInterface:: |
constant | Field name of the route object that was matched. | ||
RouteObjectInterface:: |
constant | Field name for an explicit template to be used with this route. i.e. CmfContentBundle:StaticContent:index.html.twig |