public function RouteSubscriber::alterRoutes in Icon API 8
Alters existing routes for a specific collection.
Parameters
\Symfony\Component\Routing\RouteCollection $collection: The route collection for adding routes.
Overrides RouteSubscriberBase::alterRoutes
File
- src/
Routing/ RouteSubscriber.php, line 16
Class
- RouteSubscriber
- Listens to dynamic route events.
Namespace
Drupal\icon\RoutingCode
public function alterRoutes(RouteCollection $collection) {
/**
* @FIXME
* Parts of your hook_menu_alter() logic should be moved in here. You should NOT
* use this method to define new routes -- read the documentation at
* https://www.drupal.org/node/2122201 to learn how to define dynamic routes --
* but to alter existing ones.
*/
}