You are here

amp.routing.yml in Accelerated Mobile Pages (AMP) 8

Same filename and directory in other branches
  1. 8.3 amp.routing.yml
  2. 8.2 amp.routing.yml

File

amp.routing.yml
View source
  1. amp.settings:
  2. path: '/admin/config/content/amp'
  3. defaults:
  4. _form: '\Drupal\amp\Form\AmpSettingsForm'
  5. _title: 'Configure the AMP module'
  6. requirements:
  7. _permission: 'administer site configuration'
  8. amp.test_library_hello:
  9. path: 'admin/amp/library/test'
  10. defaults:
  11. _controller: '\Drupal\amp\Controller\AMPTestLibrary::hello'
  12. _title: 'Test Library'
  13. requirements:
  14. _permission: 'administer site configuration'