plugin_type_example.routing.yml
Same filename in other branches
1 string reference to YAML keys in plugin_type_example.routing.yml
- _examples_toolbar_routes in ./
examples.module - Get a list of toolbar links to provide.
File
-
plugin_type_example/
plugin_type_example.routing.yml
View source
- # This defines our example page's path to the routing system.
- plugin_type_example.description:
- path: '/examples/plugin-type-example'
- defaults:
- _controller: '\Drupal\plugin_type_example\Controller\PluginTypeExampleController::description'
- _title: 'Plugin Type Example'
- requirements:
- _permission: 'access content'