You are here

13 string references to YAML keys in dblog.routing.yml in Drupal 10

DblogClearLogConfirmForm::getCancelUrl in core/modules/dblog/src/Form/DblogClearLogConfirmForm.php
Returns the route to go to if the user cancels the action.
DbLogController::overview in core/modules/dblog/src/Controller/DbLogController.php
Displays a listing of database log messages.
DbLogTest::clearLogsEntries in core/modules/dblog/tests/src/Functional/DbLogTest.php
Clear the entry logs by clicking on 'Clear log messages' button.
dblog_help in core/modules/dblog/dblog.module
Implements hook_help().
dblog_menu_links_discovered_alter in core/modules/dblog/dblog.module
Implements hook_menu_links_discovered_alter().
DbUpdateController::results in core/modules/system/src/Controller/DbUpdateController.php
Displays results of the update script with any accompanying errors.
locale_translate_batch_finished in core/modules/locale/locale.bulk.inc
Implements callback_batch_finished().
locale_translation_batch_status_finished in core/modules/locale/locale.batch.inc
Implements callback_batch_finished().
MigrateController::showLog in core/modules/migrate_drupal_ui/src/Controller/MigrateController.php
Sets a log filter and redirects to the log.
migrate_drupal_ui_help in core/modules/migrate_drupal_ui/migrate_drupal_ui.module
Implements hook_help().
template_preprocess_system_security_advisories_fetch_error_message in core/modules/system/system.theme.inc
Prepares variables for security advisories fetch error message templates.
template_preprocess_update_fetch_error_message in core/modules/update/update.report.inc
Prepares variables for update fetch error message templates.
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog in core/modules/update/tests/src/Kernel/UpdateReportTest.php
Tests the error message when failing to fetch data with dblog enabled.