Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
AddToAllBundlesConfigActionTest::testIgnoreExistingFields function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests that the action will ignore existing fields by default.
AddToAllBundlesConfigActionTest::testInstantiateNewFieldOnAllBundles function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests instantiating a field on all bundles of an entity type.
AddToAllBundlesConfigActionTest::testMissingLabel function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests that the action fails when the label property is not set.
admin-reset-styles.css file core/themes/stable9/css/navigation/admin-reset-styles.css Reset styles from parent theme.
https://developer.mozilla.org/en-US/docs/Web/CSS/all
admin-reset-styles.css file core/modules/navigation/css/base/admin-reset-styles.css Reset styles from parent theme.
https://developer.mozilla.org/en-US/docs/Web/CSS/all
admin-reset-styles.pcss.css file core/modules/navigation/css/base/admin-reset-styles.pcss.css Reset styles from parent theme.
https://developer.mozilla.org/en-US/docs/Web/CSS/all
admin-toolbar-control-bar.css file core/modules/navigation/css/components/admin-toolbar-control-bar.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
:root {
--admin-toolbar-top-bar-height: var(-admin-toolbar-space-64);
}
:is(#extra-specificity-hack,…
admin-toolbar-control-bar.pcss.css file core/modules/navigation/css/components/admin-toolbar-control-bar.pcss.css @import "../base/media-queries.pcss.css";

:root {
--admin-toolbar-top-bar-height: var(-admin-toolbar-space-64);
}

:is(#extra-specificity-hack, [data-drupal-admin-styles]) {
&.admin-toolbar-control-bar {
position: relative;
admin-toolbar.css file core/modules/navigation/css/components/admin-toolbar.css Admin Toolbar styles.
admin-toolbar.pcss.css file core/modules/navigation/css/components/admin-toolbar.pcss.css Admin Toolbar styles.
admin.libraries.yml file core/themes/admin/admin.libraries.yml core/themes/admin/admin.libraries.yml
admin.schema.yml file core/themes/admin/config/schema/admin.schema.yml core/themes/admin/config/schema/admin.schema.yml
admin.settings.yml file core/themes/admin/config/install/admin.settings.yml core/themes/admin/config/install/admin.settings.yml
AdminAccountSwitcher class core/lib/Drupal/Core/DefaultContent/AdminAccountSwitcher.php @internal
This API is experimental.
AdminAccountSwitcher.php file core/lib/Drupal/Core/DefaultContent/AdminAccountSwitcher.php
AdminAccountSwitcher::switchBack function core/lib/Drupal/Core/DefaultContent/AdminAccountSwitcher.php Reverts to a previous account after switching.
AdminAccountSwitcher::switchTo function core/lib/Drupal/Core/DefaultContent/AdminAccountSwitcher.php Safely switches to another account.
AdminAccountSwitcher::switchToAdministrator function core/lib/Drupal/Core/DefaultContent/AdminAccountSwitcher.php Switches to an administrative account.
AdminAccountSwitcher::__construct function core/lib/Drupal/Core/DefaultContent/AdminAccountSwitcher.php
AdminAccountSwitcherTest class core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php Tests Admin Account Switcher.
AdminAccountSwitcherTest.php file core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php
AdminAccountSwitcherTest::$modules property core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php Modules to install.
AdminAccountSwitcherTest::register function core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php Registers test-specific services.
AdminAccountSwitcherTest::setUp function core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php
AdminAccountSwitcherTest::testNoAdministratorsExist function core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php Tests that there is an error if there are no administrative users.
AdminAccountSwitcherTest::testSuperUser function core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php Tests switching to user 1 when the superuser access policy is enabled.
AdminAccountSwitcherTest::testSwitchToAdministrator function core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php Tests switching to a user with an administrative role.
AdminAccountSwitcherTest::testSwitchToAndSwitchBack function core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php Tests switching and switching back.
AdminAjaxTest class core/modules/views_ui/tests/src/FunctionalJavascript/AdminAjaxTest.php Tests the admin UI AJAX interactions.
AdminAjaxTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/AdminAjaxTest.php
AdminAjaxTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/AdminAjaxTest.php The theme to install as the default for testing.
AdminAjaxTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/AdminAjaxTest.php Modules to install.
AdminAjaxTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/AdminAjaxTest.php
AdminAjaxTest::testAjaxRebuild function core/modules/views_ui/tests/src/FunctionalJavascript/AdminAjaxTest.php Confirms that form_alter is triggered after AJAX rebuilds.
AdminAjaxTest::testBodyScroll function core/modules/views_ui/tests/src/FunctionalJavascript/AdminAjaxTest.php Tests body scroll.
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::__construct function core/modules/system/src/Controller/AdminController.php AdminController constructor.
AdminDemoNegotiator::applies function core/modules/block/src/Theme/AdminDemoNegotiator.php Whether this theme negotiator should be used to set the theme.
AdminMetaTagTest class core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php Confirm that the fingerprinting meta tag appears as expected.
AdminMetaTagTest class core/modules/system/tests/src/Kernel/System/AdminMetaTagTest.php Confirm that the fingerprinting meta tag appears as expected.
AdminMetaTagTest.php file core/modules/system/tests/src/Kernel/System/AdminMetaTagTest.php
AdminMetaTagTest.php file core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php
AdminMetaTagTest::$defaultTheme property core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php The theme to install as the default for testing.
AdminMetaTagTest::$modules property core/modules/system/tests/src/Kernel/System/AdminMetaTagTest.php Modules to install.
AdminMetaTagTest::testMetaTag function core/modules/system/tests/src/Kernel/System/AdminMetaTagTest.php Verify that the meta tag HTML is generated correctly.
AdminMetaTagTest::testMetaTag function core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php Verify that the meta tag HTML is generated correctly.
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.

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