Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 10.3.x for on
  5. Other projects
Title Object type File name Summary
AdminContext::isAdminRoute function core/lib/Drupal/Core/Routing/AdminContext.php Determines whether the active route is an admin one.
AdminContext::__construct function core/lib/Drupal/Core/Routing/AdminContext.php Construct a new admin context helper instance.
AdminController class core/modules/system/src/Controller/AdminController.php Controller for admin section.
AdminController.php file core/modules/system/src/Controller/AdminController.php
AdminController::index function core/modules/system/src/Controller/AdminController.php Prints a listing of admin tasks, organized by module.
AdminController::__construct function core/modules/system/src/Controller/AdminController.php AdminController constructor.
AdminDemoNegotiator class core/modules/block/src/Theme/AdminDemoNegotiator.php Negotiates the theme for the block admin demo page via the URL.
AdminDemoNegotiator.php file core/modules/block/src/Theme/AdminDemoNegotiator.php
AdminDemoNegotiator::applies function core/modules/block/src/Theme/AdminDemoNegotiator.php Whether this theme negotiator should be used to set the theme.
AdminDemoNegotiator::determineActiveTheme function core/modules/block/src/Theme/AdminDemoNegotiator.php Determine the active theme for the request.
AdminNegotiator::$adminContext property core/modules/user/src/Theme/AdminNegotiator.php The route admin context to determine whether a route is an admin one.
AdminNegotiator::$configFactory property core/modules/user/src/Theme/AdminNegotiator.php The config factory.
AdminNegotiator::__construct function core/modules/user/src/Theme/AdminNegotiator.php Creates a new AdminNegotiator instance.
AdminPathConfigEntityConverter class core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter.
AdminPathConfigEntityConverter class core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Makes sure the unmodified ConfigEntity is loaded on admin pages.
AdminPathConfigEntityConverter.php file core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php
AdminPathConfigEntityConverter.php file core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php
AdminPathConfigEntityConverter::$adminContext property core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php The route admin context to determine whether a route is an admin one.
AdminPathConfigEntityConverter::$configFactory property core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php The config factory.
AdminPathConfigEntityConverter::$container property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The service container.
AdminPathConfigEntityConverter::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The id of the original proxied service.
AdminPathConfigEntityConverter::$service property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The real proxied service, after it was lazy loaded.
AdminPathConfigEntityConverter::applies function core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Determines if the converter applies to a specific route and variable.
AdminPathConfigEntityConverter::applies function core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Determines if the converter applies to a specific route and variable.
AdminPathConfigEntityConverter::convert function core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Converts path variables to their corresponding objects.
AdminPathConfigEntityConverter::convert function core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Converts path variables to their corresponding objects.
AdminPathConfigEntityConverter::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Lazy loads the real service from the container.
AdminPathConfigEntityConverter::__construct function core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Constructs a ProxyClass Drupal proxy object.
AdminPathConfigEntityConverter::__construct function core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Constructs a new EntityConverter.
AdminPathEntityConverterLanguageTest class core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php Test administration path based conversion of entities.
AdminPathEntityConverterLanguageTest.php file core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php
AdminPathEntityConverterLanguageTest::$defaultTheme property core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php The theme to install as the default for testing.
AdminPathEntityConverterLanguageTest::$modules property core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php Modules to install.
AdminPathEntityConverterLanguageTest::setUp function core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php
AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage function core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php Tests the translated and untranslated config entities are loaded properly.
AdminTest::testConfigBlocksDescription function core/modules/system/tests/src/Functional/System/AdminTest.php Tests admin config page blocks without descriptions.
AdminUiTest::testLanguageConfigForm function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Tests the language config form.
AdminUiTest::testMessagesDoNotAccumulate function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Ensure CKEditor 5 admin UI's real-time validation errors do not accumulate.
AdminUiTest::testPluginSettingsFormSection function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Tests the plugin settings form section.
AdminUiTest::testSettingsOnlyFireAjaxWithCkeditor5 function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Confirm settings only trigger AJAX when select value is CKEditor 5.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AdvisoriesConfigSubscriber class core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php Defines a config subscriber for changes to 'system.advisories'.
AdvisoriesConfigSubscriber.php file core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php
AdvisoriesConfigSubscriber::$securityAdvisoriesFetcher property core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php The security advisory fetcher service.
AdvisoriesConfigSubscriber::getSubscribedEvents function core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php
AdvisoriesConfigSubscriber::onConfigSave function core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php Deletes the stored response from the security advisories feed, if needed.
AdvisoriesConfigSubscriber::__construct function core/modules/system/src/EventSubscriber/AdvisoriesConfigSubscriber.php Constructs a new ConfigSubscriber object.
AdvisoryTestController class core/modules/system/tests/modules/advisory_feed_test/src/Controller/AdvisoryTestController.php Defines a controller to return JSON for security advisory tests.
AdvisoryTestController.php file core/modules/system/tests/modules/advisory_feed_test/src/Controller/AdvisoryTestController.php
AdvisoryTestController::getPsaJson function core/modules/system/tests/modules/advisory_feed_test/src/Controller/AdvisoryTestController.php Reads a JSON file and returns the contents as a Response.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.