88 string references to YAML keys in system.routing.yml
- authorize.php in core/
authorize.php - Administrative script for running authorized file operations.
- BasicAuthTest::testBasicAuth in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - Tests http basic authentication.
- BatchNegotiator::applies in core/
modules/ system/ src/ Theme/ BatchNegotiator.php - Whether this theme negotiator should be used to set the theme.
- 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.
- ColorSafePreviewTest::testColorPreview in core/
modules/ color/ tests/ src/ Functional/ ColorSafePreviewTest.php - Ensures color preview.html is sanitized.
- ConfigImporterTest::testUninstallThemeIncrementsCount in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImporterTest.php - Tests that uninstall a theme in config import correctly imports all config.
- ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite in core/
modules/ config/ tests/ src/ Functional/ ConfigInstallProfileOverrideTest.php - Tests install profile config changes.
- 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::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.
- CronController::runManually in core/
modules/ system/ src/ CronController.php - Run cron manually.
- CronForm::getEditableConfigNames in core/
modules/ system/ src/ Form/ CronForm.php - Gets the configuration names that will be editable.
- 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.
- dblog_menu_links_discovered_alter in core/
modules/ dblog/ dblog.module - Implements hook_menu_links_discovered_alter().
- 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.
- DynamicLocalTasks::getDerivativeDefinitions in core/
modules/ content_moderation/ src/ Plugin/ Derivative/ DynamicLocalTasks.php - Gets the definition of all derivatives of a base plugin.
- 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
- HelpBreadcrumbBuilder::build in core/
modules/ help_topics/ src/ HelpBreadcrumbBuilder.php - Builds the breadcrumb.
- 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_system_themes_page_alter in core/
modules/ system/ system.api.php - Alters theme operation links.
- 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().
- MigrateMenuLinkTest::testMenuLinks in core/
modules/ menu_link_content/ tests/ src/ Kernel/ Migrate/ d7/ MigrateMenuLinkTest.php - Tests migration of menu links.
- Module::postInstallTasks in core/
lib/ Drupal/ Core/ Updater/ Module.php - Returns an array of links to pages that should be visited post operation.
- 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.
- PageCacheTest::testPageCacheAnonymous403404 in core/
modules/ page_cache/ tests/ src/ Functional/ PageCacheTest.php - Tests the 4xx-response cache tag is added and invalidated.
- PathAliasTest::testNodeAlias in core/
modules/ path/ tests/ src/ Functional/ PathAliasTest.php - Tests alias functionality through the node interfaces.
- PrepareModulesEntityUninstallForm::getCancelUrl in core/
modules/ system/ src/ Form/ PrepareModulesEntityUninstallForm.php - Returns the route to go to if the user cancels the action.
- 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 - Alters existing routes for a specific collection.
- RouteTest::providerTestRoute in core/
modules/ migrate/ tests/ src/ Kernel/ process/ RouteTest.php - Data provider for testRoute().
- SecurityAdvisoryTest::assertAdminPageLinks in core/
modules/ system/ tests/ src/ Functional/ SecurityAdvisories/ SecurityAdvisoryTest.php - Asserts the correct links appear on an admin page.
- 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.
- SiteMaintenanceTest::testSiteMaintenance in core/
modules/ system/ tests/ src/ Functional/ System/ SiteMaintenanceTest.php - Verifies site maintenance mode functionality.
- StatusReportPage::preRenderGeneralInfo in core/
modules/ system/ src/ Element/ StatusReportPage.php - #pre_render callback to get general info out of requirements.
- 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::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().
- Theme::postInstallTasks in core/
lib/ Drupal/ Core/ Updater/ Theme.php - Returns an array of links to pages that should be visited post operation.
- 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 - Retrieves update storage data or empties it.
- 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.
- UpdateRemovedPostUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateRemovedPostUpdateTest.php - UpdateSchemaTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateSchemaTest.php - UpdateScriptTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - 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().
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.