Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

dblog.routing.yml

core/modules/dblog/dblog.routing.yml
6 string references to YAML keys in dblog.routing.yml
DblogClearLogConfirmForm::getCancelUrl in core/modules/dblog/src/Form/DblogClearLogConfirmForm.php
Returns the route to go to if the user cancels the action.
DblogHooks::help in core/modules/dblog/src/Hook/DblogHooks.php
Implements hook_help().
DblogHooks::menuLinksDiscoveredAlter in core/modules/dblog/src/Hook/DblogHooks.php
Implements hook_menu_links_discovered_alter().
MigrateController::showLog in core/modules/migrate_drupal_ui/src/Controller/MigrateController.php
Sets a log filter and redirects to the log.
template_preprocess_system_security_advisories_fetch_error_message in core/modules/system/system.theme.inc
Prepares variables for security advisories fetch error message templates.

... See full list

File

core/modules/dblog/dblog.routing.yml

View source
  1. dblog.overview:
  2. path: '/admin/reports/dblog'
  3. defaults:
  4. _controller: '\Drupal\dblog\Controller\DbLogController::overview'
  5. _title: 'Recent log messages'
  6. requirements:
  7. _permission: 'access site reports'
  8. dblog.confirm:
  9. path: '/admin/reports/dblog/confirm'
  10. defaults:
  11. _form: '\Drupal\dblog\Form\DblogClearLogConfirmForm'
  12. _title: 'Confirm delete recent log messages'
  13. requirements:
  14. _permission: 'access site reports'
  15. dblog.event:
  16. path: '/admin/reports/dblog/event/{event_id}'
  17. defaults:
  18. _controller: '\Drupal\dblog\Controller\DbLogController::eventDetails'
  19. _title: 'Details'
  20. requirements:
  21. _permission: 'access site reports'
  22. dblog.page_not_found:
  23. path: '/admin/reports/page-not-found'
  24. defaults:
  25. _title: "Top 'page not found' errors"
  26. _controller: '\Drupal\dblog\Controller\DbLogController::topLogMessages'
  27. type: 'page not found'
  28. requirements:
  29. _permission: 'access site reports'
  30. dblog.access_denied:
  31. path: '/admin/reports/access-denied'
  32. defaults:
  33. _title: "Top 'access denied' errors"
  34. _controller: '\Drupal\dblog\Controller\DbLogController::topLogMessages'
  35. type: 'access denied'
  36. requirements:
  37. _permission: 'access site reports'
  38. dblog.search:
  39. path: '/admin/reports/search'
  40. defaults:
  41. _controller: '\Drupal\dblog\Controller\DbLogController::topLogMessages'
  42. _title: 'Top search phrases'
  43. type: 'search'
  44. requirements:
  45. _module_dependencies: 'search'
  46. _permission: 'access site reports'

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal