Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
AdminMetaTagTest::testMetaTag function core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php Verify that the meta tag HTML is generated correctly.
AdminNegotiator class core/modules/user/src/Theme/AdminNegotiator.php Sets the active theme on admin pages.
AdminNegotiator.php file core/modules/user/src/Theme/AdminNegotiator.php
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::$deprecatedProperties property core/modules/user/src/Theme/AdminNegotiator.php The service properties that should raise a deprecation error.
AdminNegotiator::$user property core/modules/user/src/Theme/AdminNegotiator.php The current user.
AdminNegotiator::applies function core/modules/user/src/Theme/AdminNegotiator.php Whether this theme negotiator should be used to set the theme.
AdminNegotiator::determineActiveTheme function core/modules/user/src/Theme/AdminNegotiator.php Determine the active theme for the request.
AdminNegotiator::__construct function core/modules/user/src/Theme/AdminNegotiator.php Creates a new AdminNegotiator instance.
AdminNegotiatorTest class core/modules/user/tests/src/Unit/Theme/AdminNegotiatorTest.php Tests AdminNegotiator class.
AdminNegotiatorTest.php file core/modules/user/tests/src/Unit/Theme/AdminNegotiatorTest.php
AdminNegotiatorTest::getThemes function core/modules/user/tests/src/Unit/Theme/AdminNegotiatorTest.php Provides a list of theme names to test.
AdminNegotiatorTest::testDetermineActiveTheme function core/modules/user/tests/src/Unit/Theme/AdminNegotiatorTest.php Tests determining the active theme.
AdminPathConfigEntityConverter class core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Makes sure the unmodified ConfigEntity is loaded on admin pages.
AdminPathConfigEntityConverter class core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter.
AdminPathConfigEntityConverter.php file core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php
AdminPathConfigEntityConverter.php file core/lib/Drupal/Core/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.
AdminRouteSubscriber class core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php Adds the _admin_route option to each admin HTML route.
AdminRouteSubscriber.php file core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php
AdminRouteSubscriber::alterRoutes function core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php Alters existing routes for a specific collection.
AdminRouteSubscriber::getSubscribedEvents function core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php
AdminRouteSubscriber::isHtmlRoute function core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php Determines whether the given route is an HTML route.
AdminRouteSubscriberTest class core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php @coversDefaultClass \Drupal\system\EventSubscriber\AdminRouteSubscriber
@group system
AdminRouteSubscriberTest.php file core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php
AdminRouteSubscriberTest::providerTestAlterRoutes function core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php Provides data to testAlterRoutes().
AdminRouteSubscriberTest::testAlterRoutes function core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php @covers ::alterRoutes
@covers ::isHtmlRoute
AdminTest class core/modules/system/tests/src/Functional/System/AdminTest.php Tests output on administrative pages and compact mode functionality.
AdminTest.php file core/modules/system/tests/src/Functional/System/AdminTest.php
AdminTest::$adminUser property core/modules/system/tests/src/Functional/System/AdminTest.php User account with all available permissions.
AdminTest::$defaultTheme property core/modules/system/tests/src/Functional/System/AdminTest.php The theme to install as the default for testing.
AdminTest::$modules property core/modules/system/tests/src/Functional/System/AdminTest.php Modules to install.

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