Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
aaa_hook_collector_test.info.yml file core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/aaa_hook_collector_test.info.yml core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/aaa_hook_collector_test.info.yml
AccessPolicyProcessorTest::testEmptyCalculator function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that access policies which do nothing are properly processed.
AccessPolicyProcessorTest::testNoCalculators function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Tests that everything works if no access policies are present.
ActiveFixtureManipulator class core/modules/package_manager/tests/modules/fixture_manipulator/src/ActiveFixtureManipulator.php A fixture manipulator for the active directory.
ActiveFixtureManipulator.php file core/modules/package_manager/tests/modules/fixture_manipulator/src/ActiveFixtureManipulator.php
ActiveFixtureManipulator::commitChanges function core/modules/package_manager/tests/modules/fixture_manipulator/src/ActiveFixtureManipulator.php Commits the changes to the directory.
AddComponentTest::testAddComponentToEmptyRegionThatIsNotFirst function core/modules/layout_builder/tests/src/Kernel/Plugin/ConfigAction/AddComponentTest.php Tests that adding a component to another section works as expected.
AddItemToToolbar class core/modules/ckeditor5/src/Plugin/ConfigAction/AddItemToToolbar.php Config action plugin to add an item to the toolbar.
AddItemToToolbar.php file core/modules/ckeditor5/src/Plugin/ConfigAction/AddItemToToolbar.php
AddItemToToolbar::apply function core/modules/ckeditor5/src/Plugin/ConfigAction/AddItemToToolbar.php Applies the config action.
AddItemToToolbar::create function core/modules/ckeditor5/src/Plugin/ConfigAction/AddItemToToolbar.php Creates an instance of the plugin.
AddItemToToolbar::__construct function core/modules/ckeditor5/src/Plugin/ConfigAction/AddItemToToolbar.php
AddItemToToolbarConfigActionTest class core/modules/ckeditor5/tests/src/Kernel/ConfigAction/AddItemToToolbarConfigActionTest.php @covers \Drupal\ckeditor5\Plugin\ConfigAction\AddItemToToolbar[[api-linebreak]]
@group ckeditor5
@group Recipe
AddItemToToolbarConfigActionTest.php file core/modules/ckeditor5/tests/src/Kernel/ConfigAction/AddItemToToolbarConfigActionTest.php
AddItemToToolbarConfigActionTest::$configSchemaCheckerExclusions property core/modules/ckeditor5/tests/src/Kernel/ConfigAction/AddItemToToolbarConfigActionTest.php An array of config object names that are excluded from schema checking.
AddItemToToolbarConfigActionTest::$modules property core/modules/ckeditor5/tests/src/Kernel/ConfigAction/AddItemToToolbarConfigActionTest.php Modules to install.
AddItemToToolbarConfigActionTest::setUp function core/modules/ckeditor5/tests/src/Kernel/ConfigAction/AddItemToToolbarConfigActionTest.php
AddItemToToolbarConfigActionTest::testActionRequiresCKEditor5 function core/modules/ckeditor5/tests/src/Kernel/ConfigAction/AddItemToToolbarConfigActionTest.php Tests that the `addItemToToolbar` config action requires CKEditor 5.
AddItemToToolbarConfigActionTest::testAddItemToToolbar function core/modules/ckeditor5/tests/src/Kernel/ConfigAction/AddItemToToolbarConfigActionTest.php @testWith ["sourceEditing", ["heading", "bold", "italic", "sourceEditing"]][[api-linebreak]]
[{"item_name": "sourceEditing"}, ["heading", "bold",…
AddItemToToolbarConfigActionTest::testAddNonExistentItem function core/modules/ckeditor5/tests/src/Kernel/ConfigAction/AddItemToToolbarConfigActionTest.php Tests that adding non-existent toolbar item to CKEditor triggers an error.
AddNavigationBlockConfigActionTest::testAddBlockToNavigation function core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php Tests add item logic.
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-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::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.
AdminAccountSwitcherTest::testNoAdministratorsExist function core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php Tests that there is an error if there are no administrative users.
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.
AliasPrefixList::$pathAliasRepository property core/modules/path_alias/src/AliasPrefixList.php The path alias repository.
AllowedScaffoldPackagesValidator class core/modules/package_manager/src/Validator/AllowedScaffoldPackagesValidator.php Validates the list of packages that are allowed to scaffold files.
AllowedScaffoldPackagesValidator.php file core/modules/package_manager/src/Validator/AllowedScaffoldPackagesValidator.php
AllowedScaffoldPackagesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/AllowedScaffoldPackagesValidator.php
AllowedScaffoldPackagesValidator::validate function core/modules/package_manager/src/Validator/AllowedScaffoldPackagesValidator.php Validates that only the implicitly allowed packages can use scaffolding.
AllowedScaffoldPackagesValidator::__construct function core/modules/package_manager/src/Validator/AllowedScaffoldPackagesValidator.php
AllowedScaffoldPackagesValidatorTest class core/modules/package_manager/tests/src/Kernel/AllowedScaffoldPackagesValidatorTest.php @covers \Drupal\package_manager\Validator\AllowedScaffoldPackagesValidator[[api-linebreak]]
@group package_manager
@internal

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