field_example.routing.yml
Same filename in other branches
1 string reference to YAML keys in field_example.routing.yml
- _examples_toolbar_routes in ./
examples.module - Get a list of toolbar links for testing toolbar routes.
File
-
modules/
field_example/ field_example.routing.yml
View source
- # Provides a simple user interface that tells the developer where to go.
- field_example.description:
- path: '/examples/field-example'
- defaults:
- _controller: '\Drupal\field_example\Controller\FieldExampleController::description'
- requirements:
- _permission: 'access content'