You are here

135 string references to YAML keys in system.routing.yml in Drupal 10

AdminTest::getTopLevelMenuLinks in core/modules/system/tests/src/Functional/System/AdminTest.php
Returns all top level menu links.
authorize.php in core/authorize.php
Administrative script for running authorized file operations.
automated_cron_help in core/modules/automated_cron/automated_cron.module
Implements hook_help().
BasicAuthTest::testBasicAuth in core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php
Tests http basic authentication.
batch_process in core/includes/form.inc
Processes the batch.
BigPipePlaceholderTestCases::cases in core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php
Gets all BigPipe placeholder test cases.
claro_preprocess_links in core/themes/claro/claro.theme
Implements hook_preprocess_HOOK() for links.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite in core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php
Tests install profile config changes.
ConfigMapperTest::testAddingConfigNames in core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php
Tests adding config names to mapper.
ConfigNamesMapperTest::setUp in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
ConfigNamesMapperTest::testGetAddRoute in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
Tests ConfigNamesMapper::getAddRoute().
ConfigNamesMapperTest::testGetBasePath in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
Tests ConfigNamesMapper::getBasePath().
ConfigNamesMapperTest::testGetDeleteRoute in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
Tests ConfigNamesMapper::getRoute().
ConfigNamesMapperTest::testGetEditRoute in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
Tests ConfigNamesMapper::getEditRoute().
ConfigNamesMapperTest::testGetOverviewRoute in core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php
Tests ConfigNamesMapper::getOverviewRoute().
ConfigTranslationTestSubscriber::addConfigNames in core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php
Reacts to the populating of a configuration mapper.
config_translation_test_config_translation_info_alter in core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module
Implements hook_config_translation_info_alter().
ContentUninstallValidator::validate in core/lib/Drupal/Core/Entity/ContentUninstallValidator.php
Cron::invokeCronHandlers in core/lib/Drupal/Core/Cron.php
Invokes any cron handlers implementing hook_cron.
CronController::runManually in core/modules/system/src/CronController.php
Run cron manually.
CronForm::buildForm in core/modules/system/src/Form/CronForm.php
Form constructor.
CronForm::getEditableConfigNames in core/modules/system/src/Form/CronForm.php
Gets the configuration names that will be editable.
CronForm::submitForm in core/modules/system/src/Form/CronForm.php
Form submission handler.
DatabaseVersionCheckUpdateTest::testUpdate in core/modules/system/tests/src/Functional/Update/DatabaseVersionCheckUpdateTest.php
Tests that updates fail if the database does not meet the minimum version.
DateTimeTest::testDateFormatConfiguration in core/modules/system/tests/src/Functional/System/DateTimeTest.php
Tests date format configuration.
datetime_help in core/modules/datetime/datetime.module
Implements hook_help().
datetime_range_help in core/modules/datetime_range/datetime_range.module
Implements hook_help().
DbLogTest::testDbLogCron in core/modules/dblog/tests/src/Kernel/DbLogTest.php
Tests that cron correctly applies the database log row limit.
dblog_form_system_logging_settings_alter in core/modules/dblog/dblog.module
Implements hook_form_FORM_ID_alter() for system_logging_settings().
dblog_menu_links_discovered_alter in core/modules/dblog/dblog.module
Implements hook_menu_links_discovered_alter().
DbUpdateController::helpfulLinks in core/modules/system/src/Controller/DbUpdateController.php
Provides links to the homepage and administration pages.
DbUpdateController::info in core/modules/system/src/Controller/DbUpdateController.php
Returns the info database update page.
DbUpdateController::selection in core/modules/system/src/Controller/DbUpdateController.php
Renders a list of available database updates.
DbUpdateNegotiator::applies in core/modules/system/src/Theme/DbUpdateNegotiator.php
Whether this theme negotiator should be used to set the theme.
DeleteMultiple::getCancelUrl in core/modules/node/src/Form/DeleteMultiple.php
Returns the route to go to if the user cancels the action.
DisplayPageTest::testMenuLinks in core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php
Tests the generated menu links of views.
DynamicLocalTasks::getDerivativeDefinitions in core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php
editor_help in core/modules/editor/editor.module
Implements hook_help().
EntityAutocomplete::processEntityAutocomplete in core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
Adds entity autocomplete functionality to a form element.
FieldUiTest::testGetNextDestinationRouteName in core/modules/field_ui/tests/src/Unit/FieldUiTest.php
@covers ::getNextDestination
field_help in core/modules/field/field.module
Implements hook_help().
file_help in core/modules/file/file.module
Implements hook_help().
HelpBreadcrumbBuilder::build in core/modules/help_topics/src/HelpBreadcrumbBuilder.php
help_help in core/modules/help/help.module
Implements hook_help().
hook_config_translation_info_alter in core/modules/config_translation/config_translation.api.php
Alter existing translation tabs for translation of configuration.
hook_menu_links_discovered_alter in core/lib/Drupal/Core/Menu/menu.api.php
Alters all the menu links discovered by the menu link plugin manager.
hook_requirements in core/lib/Drupal/Core/Extension/module.api.php
Check installation requirements and do status reporting.
hook_system_themes_page_alter in core/modules/system/system.api.php
Alters theme operation links.
image_help in core/modules/image/image.module
Implements hook_help().
LanguageUILanguageNegotiationTest::testLanguageDomain in core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
Tests URL handling when separate domains are used for multiple languages.
LocaleSettingsForm::buildForm in core/modules/locale/src/Form/LocaleSettingsForm.php
Form constructor.
LocaleSettingsForm::validateForm in core/modules/locale/src/Form/LocaleSettingsForm.php
Form validation handler.
MaintenanceModeSubscriber::onKernelRequestMaintenance in core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
Returns the site maintenance page if the site is offline.
MenuActiveTrail403Test::testMenuActiveTrail403Cache in core/tests/Drupal/FunctionalTests/Menu/MenuActiveTrail403Test.php
Tests that visiting 403 page does not override original active trail.
MenuLinkParentTest::providerMenuLinkParent in core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php
Provides data for testMenuLinkParent().
menu_ui_help in core/modules/menu_ui/menu_ui.module
Implements hook_help().
MigrateMenuLinkTest::testMenuLinks in core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php
Tests migration of menu links.
MigrateSystemConfigurationTest.php in core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemConfigurationTest.php
MigrateSystemConfigurationTest.php in core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php
Module::postInstallTasks in core/lib/Drupal/Core/Updater/Module.php
ModulesListConfirmForm::buildForm in core/modules/system/src/Form/ModulesListConfirmForm.php
Form constructor.
ModulesListConfirmForm::getCancelUrl in core/modules/system/src/Form/ModulesListConfirmForm.php
Returns the route to go to if the user cancels the action.
ModulesListForm::buildForm in core/modules/system/src/Form/ModulesListForm.php
Form constructor.
ModulesListForm::submitForm in core/modules/system/src/Form/ModulesListForm.php
Form submission handler.
ModulesUninstallConfirmForm::buildForm in core/modules/system/src/Form/ModulesUninstallConfirmForm.php
Form constructor.
ModulesUninstallConfirmForm::getCancelUrl in core/modules/system/src/Form/ModulesUninstallConfirmForm.php
Returns the route to go to if the user cancels the action.
ModulesUninstallForm::buildForm in core/modules/system/src/Form/ModulesUninstallForm.php
Form constructor.
ModulesUninstallForm::submitForm in core/modules/system/src/Form/ModulesUninstallForm.php
Form submission handler.
ModulesUninstallForm::validateForm in core/modules/system/src/Form/ModulesUninstallForm.php
Form validation handler.
NoBigPipeRouteAlterSubscriber::onRoutingRouteAlterSetNoBigPipe in core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php
Alters select routes to have the '_no_big_pipe' option.
node_help in core/modules/node/node.module
Implements hook_help().
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
Tests the system module updates with no dependencies installed.
OverviewForm::buildForm in core/modules/migrate_drupal_ui/src/Form/OverviewForm.php
Form constructor.
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
page_cache_help in core/modules/page_cache/page_cache.module
Implements hook_help().
PathAliasTest::testNodeAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests alias functionality through the node interfaces.
PerformanceForm::buildForm in core/modules/system/src/Form/PerformanceForm.php
Form constructor.
PluginManager::__construct in core/modules/system/tests/modules/lazy_route_provider_install_test/src/PluginManager.php
PluginManager constructor.
PrepareModulesEntityUninstallForm::getCancelUrl in core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
Returns the route to go to if the user cancels the action.
PrepareModulesEntityUninstallForm::moduleBatchFinished in core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
Implements callback_batch_finished().
PrivateStream::getExternalUrl in core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
RebuildPermissionsForm::getCancelUrl in core/modules/node/src/Form/RebuildPermissionsForm.php
Returns the route to go to if the user cancels the action.
RegistryTest::provider40xThemeSuggestions in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Data provider for test40xThemeSuggestions().
RenderElementTypesTest::testMoreLink in core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php
Tests system #type 'more_link'.
RouteSubscriber::alterRoutes in core/modules/node/src/Routing/RouteSubscriber.php
RouteTest::providerTestRoute in core/modules/migrate/tests/src/Kernel/process/RouteTest.php
Data provider for testRoute().
SearchPageListBuilder::buildForm in core/modules/search/src/SearchPageListBuilder.php
Form constructor.
search_help in core/modules/search/search.module
Implements hook_help().
SecurityAdvisoryTest::assertAdminPageLinks in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
Asserts the correct links appear on an admin page.
SecurityAdvisoryTest::assertAdvisoriesNotDisplayed in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
Asserts that security advisory links are not shown on admin pages.
SecurityAdvisoryTest::assertStatusReportLinks in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
Asserts the correct links appear on the status report page.
SecurityAdvisoryTest::testPsa in core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
Tests that a security advisory is displayed.
StatusReportPage::preRenderGeneralInfo in core/modules/system/src/Element/StatusReportPage.php
#pre_render callback to get general info out of requirements.
StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
Tests that the status page returns.
SystemBrandingBlock::blockForm in core/modules/system/src/Plugin/Block/SystemBrandingBlock.php
SystemCompactLink::preRenderCompactLink in core/lib/Drupal/Core/Render/Element/SystemCompactLink.php
Pre-render callback: Renders a link into #markup.
SystemController::overview in core/modules/system/src/Controller/SystemController.php
Provide the administration overview page.
SystemController::themesPage in core/modules/system/src/Controller/SystemController.php
Returns a theme listing which excludes obsolete themes.
SystemLocalTasksTest::getSystemAdminRoutes in core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php
Provides a list of routes to test.
system_get_module_admin_tasks in core/modules/system/system.module
Generate a list of tasks offered by a specified module.
system_help in core/modules/system/system.module
Implements hook_help().
system_page_top in core/modules/system/system.module
Implements hook_page_top().
system_requirements in core/modules/system/system.install
Implements hook_requirements().
system_theme_suggestions_page in core/modules/system/system.module
Implements hook_theme_suggestions_HOOK().
template_preprocess_system_themes_page in core/modules/system/system.admin.inc
Prepares variables for appearance page templates.
TemporaryStream::getExternalUrl in core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
Theme::postInstallTasks in core/lib/Drupal/Core/Updater/Theme.php
ThemeController::install in core/modules/system/src/Controller/ThemeController.php
Installs a theme.
ThemeController::setDefaultTheme in core/modules/system/src/Controller/ThemeController.php
Set the default theme.
ThemeController::uninstall in core/modules/system/src/Controller/ThemeController.php
Uninstalls a theme.
ThemeExperimentalConfirmForm::buildForm in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Form constructor.
ThemeExperimentalConfirmForm::getCancelUrl in core/modules/system/src/Form/ThemeExperimentalConfirmForm.php
Returns the route to go to if the user cancels the action.
ThemeTestSubscriber::onView in core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php
Ensures that the theme registry was not initialized.
ToolbarAdminMenuTest::testMenuLinkUpdateSubtreesHashCacheClear in core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php
Tests toolbar cache tags implementation.
toolbar_toolbar in core/modules/toolbar/toolbar.module
Implements hook_toolbar().
UpdateCacheTest::testCaches in core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php
Tests that caches are cleared during updates.
UpdateKernel::setupRequestMatch in core/lib/Drupal/Core/Update/UpdateKernel.php
Set up the request with fake routing data for update.php.
UpdateManager::projectStorage in core/modules/update/src/UpdateManager.php
UpdatePathLastRemovedTest::setUp in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
UpdatePathTestBase::setUp in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
Overrides BrowserTestBase::setUp() for update testing.
UpdatePathTestTrait::runUpdates in core/tests/Drupal/Tests/UpdatePathTestTrait.php
Helper function to run pending database updates.
UpdatePathWithBrokenRoutingTest::testWithBrokenRouting in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php
Tests running update.php with some form of broken routing.
UpdateSchemaTest::setUp in core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php
UpdateScriptTest::setUp in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
UpdateScriptTestController::databaseUpdatesMenuItem in core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php
Outputs a link to the database updates URL.
UpdateSettingsForm::buildForm in core/modules/update/src/UpdateSettingsForm.php
Form constructor.
UpdateUploadTest::testUploadModule in core/modules/update/tests/src/Functional/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
update_authorize_update_batch_finished in core/modules/update/update.authorize.inc
Batch callback: Performs actions when the authorized update batch is done.
update_help in core/modules/update/update.module
Implements hook_help().
update_page_top in core/modules/update/update.module
Implements hook_page_top().
update_test_schema_requirements in core/modules/system/tests/modules/update_test_schema/update_test_schema.install
Implements hook_requirements().
user_help in core/modules/user/user.module
Implements hook_help().
WorkflowListBuilder::render in core/modules/workflows/src/WorkflowListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
WorkflowUiNoTypeTest::testWorkflowUiWithNoType in core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php
Tests the creation of a workflow through the UI.
_update_no_data in core/modules/update/update.module
Returns a warning message when there is no data about available updates.