You are here

node_type_example.routing.yml in Examples for Developers 8

node_type_example/node_type_example.routing.yml

File

node_type_example/node_type_example.routing.yml
View source
  1. config_node_type_example.description:
  2. path: '/examples/node-type-example'
  3. defaults:
  4. _controller: '\Drupal\node_type_example\Controller\NodeTypeExampleController::description'
  5. requirements:
  6. _permission: 'access content'