object_log.routing.yml in Object Log 8
2 string references to YAML keys in object_log.routing.yml
- ObjectLogClearLogForm::submitForm in src/
Form/ ObjectLogClearLogForm.php - Form submission handler.
- ObjectLogController::listing in src/
Controller/ ObjectLogController.php - Prepares a table listing of stored objects. .
File
object_log.routing.ymlView source
- object_log.listing:
- path: '/admin/reports/object_log'
- options:
- _admin_route: TRUE
- defaults:
- _controller: '\Drupal\object_log\Controller\ObjectLogController::listing'
- _title: 'Object log'
- requirements:
- _permission: 'access devel information'
- object_log.object:
- path: '/admin/reports/object_log/{label}'
- options:
- _admin_route: TRUE
- defaults:
- _controller: '\Drupal\object_log\Controller\ObjectLogController::objectDetails'
- _title: 'Details'
- requirements:
- _permission: 'access devel information'