You are here

helper.routing.yml in Helper 8

File

helper.routing.yml
View source
  1. helper.flush_php:
  2. path: '/admin/flush/php'
  3. defaults:
  4. _controller: '\Drupal\helper\Controller\ToolbarController::flushPhp'
  5. _title: 'Flush PHP'
  6. requirements:
  7. _permission: 'administer site configuration'
  8. _csrf_token: 'TRUE'
  9. _module_dependencies: 'admin_toolbar_tools'
  10. helper.flush_libraries:
  11. path: '/admin/flush/libraries'
  12. defaults:
  13. _controller: '\Drupal\helper\Controller\ToolbarController::flushLibraries'
  14. _title: 'Flush libraries'
  15. requirements:
  16. _permission: 'administer site configuration'
  17. _csrf_token: 'TRUE'
  18. _module_dependencies: 'admin_toolbar_tools'
  19. helper.flush_bootstrap:
  20. path: '/admin/flush/bootstrap'
  21. defaults:
  22. _controller: '\Drupal\helper\Controller\ToolbarController::flushBootstrap'
  23. _title: 'Flush bootstrap'
  24. requirements:
  25. _permission: 'administer site configuration'
  26. _csrf_token: 'TRUE'
  27. _module_dependencies: 'admin_toolbar_tools'