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 11.x for %s
  5. Other projects
Title Object type File name Summary
AddSectionController class core/modules/layout_builder/src/Controller/AddSectionController.php Defines a controller to add a new section.
AddSectionController.php file core/modules/layout_builder/src/Controller/AddSectionController.php
AddSectionController::$layoutTempstoreRepository property core/modules/layout_builder/src/Controller/AddSectionController.php The layout tempstore repository.
AddSectionController::build function core/modules/layout_builder/src/Controller/AddSectionController.php Adds the new section.
AddSectionController::create function core/modules/layout_builder/src/Controller/AddSectionController.php Instantiates a new instance of this class.
AddSectionController::__construct function core/modules/layout_builder/src/Controller/AddSectionController.php AddSectionController constructor.
AddToAllBundles class core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php Adds a field to all bundles of its target entity type.
AddToAllBundles.php file core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php
AddToAllBundles::apply function core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php Applies the config action.
AddToAllBundles::create function core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php Creates an instance of the plugin.
AddToAllBundles::__construct function core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php
AddToAllBundlesConfigActionTest class core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php @covers \Drupal\field\Plugin\ConfigAction\AddToAllBundles[[api-linebreak]]
AddToAllBundlesConfigActionTest.php file core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php
AddToAllBundlesConfigActionTest::$modules property core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Modules to install.
AddToAllBundlesConfigActionTest::applyAction function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Applies a recipe with the addToAllBundles action.
AddToAllBundlesConfigActionTest::setUp function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php
AddToAllBundlesConfigActionTest::testFailIfExists function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests that the action can be set to fail if the field already exists.
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.
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);
}
.admin-toolbar-control-bar {
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);
}

.admin-toolbar-control-bar {
position: relative;
z-index: var(--admin-toolbar-z-index-admin-toolbar-control-bar);
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.
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 @covers \Drupal\Core\DefaultContent\AdminAccountSwitcher[[api-linebreak]]
@group DefaultContent
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
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::$moduleAdminLinks property core/modules/system/src/Controller/AdminController.php The module admin links service.

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