field_example.routing.yml 283 Bytes
# 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'