node_type_example.routing.yml in Examples for Developers 8
node_type_example/node_type_example.routing.yml
1 string reference to YAML keys in node_type_example.routing.yml
- _examples_toolbar_routes in ./
examples.module - Get a list of toolbar links to provide.
File
node_type_example/node_type_example.routing.ymlView source
- config_node_type_example.description:
- path: '/examples/node-type-example'
- defaults:
- _controller: '\Drupal\node_type_example\Controller\NodeTypeExampleController::description'
- requirements:
- _permission: 'access content'