You are here

extra_field_plus.routing.yml in Extra Field Settings Provider 8

Same filename and directory in other branches
  1. 8.2 extra_field_plus.routing.yml

File

extra_field_plus.routing.yml
View source
  1. extra_field_plus.extra_field_plugins:
  2. path: '/admin/reports/extra_fields'
  3. defaults:
  4. _controller: '\Drupal\extra_field_plus\Controller\ExtraFieldPluginListController::pluginsList'
  5. _title: 'Extra Field Plugins List'
  6. requirements:
  7. _permission: 'access administration pages'