You are here

cookie_content_blocker.routing.yml in Cookie Content Blocker 8

File

cookie_content_blocker.routing.yml
View source
  1. cookie_content_blocker.admin_config:
  2. path: '/admin/config/user-interface/cookie-content-blocker'
  3. defaults:
  4. _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
  5. _title: 'Cookie Content Blocker'
  6. requirements:
  7. _permission: 'access administration pages'
  8. cookie_content_blocker.settings:
  9. path: '/admin/config/user-interface/cookie-content-blocker/settings'
  10. defaults:
  11. _form: '\Drupal\cookie_content_blocker\Form\BlockerSettingsForm'
  12. _title: 'Cookie content blocker'
  13. requirements:
  14. _permission: 'administer cookie content blocker'