56 string references to YAML keys in system.routing.yml
- 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.
- ClaroHooks::preprocessLinks in core/
themes/ claro/ src/ Hook/ ClaroHooks.php - Implements hook_preprocess_HOOK() for links.
- 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.
- CronForm::getEditableConfigNames in core/
modules/ system/ src/ Form/ CronForm.php - Gets the configuration names that will be editable.
- DateTimeTest::testDateFormatConfiguration in core/
modules/ system/ tests/ src/ Functional/ System/ DateTimeTest.php - Tests date format configuration.
- DbUpdateNegotiator::applies in core/
modules/ system/ src/ Theme/ DbUpdateNegotiator.php - Whether this theme negotiator should be used to set the theme.
- DevelopmentSettingsFormTest::testDisabledRenderedOutputCacheBins in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ DevelopmentSettingsFormTest.php - Tests disabling cache bins which cache markup.
- DevelopmentSettingsFormTest::testTwigDevelopmentMode in core/
modules/ system/ tests/ src/ FunctionalJavascript/ Form/ DevelopmentSettingsFormTest.php - Tests turning on Twig development mode.
- EntityAutocomplete::processEntityAutocomplete in core/
lib/ Drupal/ Core/ Entity/ Element/ EntityAutocomplete.php - Adds entity autocomplete functionality to a form element.
- EquivalentUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ EquivalentUpdateTest.php - MaintenanceModeSubscriber::onKernelRequestMaintenance in core/
lib/ Drupal/ Core/ EventSubscriber/ MaintenanceModeSubscriber.php - Returns the site maintenance page if the site is offline.
- 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::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::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.
- NodeHelpHooks::help in core/
modules/ node/ src/ Hook/ NodeHelpHooks.php - Implements hook_help().
- NoPreExistingSchemaUpdateTest::testNoPreExistingSchema in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ NoPreExistingSchemaUpdateTest.php - Tests the system module updates with no dependencies installed.
- PrepareModulesEntityUninstallForm::getCancelUrl in core/
modules/ system/ src/ Form/ PrepareModulesEntityUninstallForm.php - Returns the route to go to if the user cancels the action.
- PrepareModulesEntityUninstallFormTest::testModuleEntityUninstallTitle in core/
modules/ system/ tests/ src/ Kernel/ Module/ PrepareModulesEntityUninstallFormTest.php - Tests PrepareModulesEntityUninstallForm::formTitle.
- PreprocessHooks::links in core/
themes/ admin/ src/ Hook/ PreprocessHooks.php - Implements hook_preprocess_HOOK() for links.
- PreprocessHooks::preprocessLinks in core/
themes/ default_admin/ src/ Hook/ PreprocessHooks.php - Implements hook_preprocess_HOOK() for links.
- RouteTest::providerTestRoute in core/
modules/ migrate/ tests/ src/ Kernel/ process/ RouteTest.php - Data provider for testRoute().
- 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 - Render API callback: Gets general info out of requirements.
- StatusTest::testErrorElementCount in core/
modules/ system/ tests/ src/ Functional/ System/ StatusTest.php - Tests that the Error counter matches the displayed number of errors.
- StatusTest::testWarningElementCount in core/
modules/ system/ tests/ src/ Functional/ System/ StatusTest.php - Tests that the Warning counter matches the displayed number of warnings.
- SystemBrandingBlock::blockForm in core/
modules/ system/ src/ Plugin/ Block/ SystemBrandingBlock.php - SystemController::themesPage in core/
modules/ system/ src/ Controller/ SystemController.php - Returns a theme listing which excludes obsolete themes.
- SystemHooks::help in core/
modules/ system/ src/ Hook/ SystemHooks.php - Implements hook_help().
- SystemLocalTasksTest::getSystemAdminRoutes in core/
modules/ system/ tests/ src/ Unit/ Menu/ SystemLocalTasksTest.php - Provides a list of routes to test.
- SystemRequirementsHooks::checkRequirements in core/
modules/ system/ src/ Hook/ SystemRequirementsHooks.php - Check requirements for a given phase.
- UpdateCacheTest::testCaches in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateCacheTest.php - Tests that caches are cleared during updates.
- UpdateHooks::help in core/
modules/ update/ src/ Hook/ UpdateHooks.php - Implements hook_help().
- UpdateHooks::pageTop in core/
modules/ update/ src/ Hook/ UpdateHooks.php - Implements hook_page_top().
- 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::installDrupal in core/
tests/ Drupal/ FunctionalTests/ Update/ UpdatePathTestBase.php - Overrides BrowserTestBase::installDrupal() 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.
- UpdateReducedThemeRegistryTest::testUpdatePageWithBrokenThemeHook in core/
tests/ Drupal/ FunctionalTests/ Update/ UpdateReducedThemeRegistryTest.php - Tests that the update page can be accessed.
- 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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.