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. Search main for all
  6. Other projects
Title Object type File name Summary
AddModerationConfigActionTest::createRecipe function core/modules/content_moderation/tests/src/Kernel/ConfigAction/AddModerationConfigActionTest.php Creates a recipe configuration for adding entity types and bundles to a workflow.
AddModerationConfigActionTest::testActionOnlyTargetsWorkflows function core/modules/content_moderation/tests/src/Kernel/ConfigAction/AddModerationConfigActionTest.php Tests that the action only targets workflows.
AddModerationConfigActionTest::testAddEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ConfigAction/AddModerationConfigActionTest.php Tests adding entity types and bundles to a workflow.
AddModerationConfigActionTest::testDeriverAdminLabel function core/modules/content_moderation/tests/src/Kernel/ConfigAction/AddModerationConfigActionTest.php Tests that the derived config action definitions have correct admin labels.
AddModerationConfigActionTest::testWorkflowMustBeContentModeration function core/modules/content_moderation/tests/src/Kernel/ConfigAction/AddModerationConfigActionTest.php Tests that the workflow must be of type Content Moderation.
AddModerationDeriver class core/modules/content_moderation/src/Plugin/ConfigAction/AddModerationDeriver.php Deriver for moderation config actions plugins.
AddModerationDeriver.php file core/modules/content_moderation/src/Plugin/ConfigAction/AddModerationDeriver.php
AddModerationDeriver::create function core/modules/content_moderation/src/Plugin/ConfigAction/AddModerationDeriver.php
AddModerationDeriver::getDerivativeDefinitions function core/modules/content_moderation/src/Plugin/ConfigAction/AddModerationDeriver.php
AddModerationDeriver::__construct function core/modules/content_moderation/src/Plugin/ConfigAction/AddModerationDeriver.php
AddNavigationBlock class core/modules/navigation/src/Plugin/ConfigAction/AddNavigationBlock.php @internal
This API is experimental.
AddNavigationBlock.php file core/modules/navigation/src/Plugin/ConfigAction/AddNavigationBlock.php
AddNavigationBlock::apply function core/modules/navigation/src/Plugin/ConfigAction/AddNavigationBlock.php
AddNavigationBlock::create function core/modules/navigation/src/Plugin/ConfigAction/AddNavigationBlock.php
AddNavigationBlock::__construct function core/modules/navigation/src/Plugin/ConfigAction/AddNavigationBlock.php
AddNavigationBlockConfigActionTest class core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php Tests Add Navigation Block Config Action.
AddNavigationBlockConfigActionTest.php file core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
AddNavigationBlockConfigActionTest::$modules property core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
AddNavigationBlockConfigActionTest::setUp function core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
AddNavigationBlockConfigActionTest::testActionOnlySupportsNavigationConfig function core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php Checks invalid config exception.
AddNavigationBlockConfigActionTest::testAddBlockToNavigation function core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php Tests add item logic.
AddRoleUser class core/modules/user/src/Plugin/Action/AddRoleUser.php Adds a role to a user.
AddRoleUser.php file core/modules/user/src/Plugin/Action/AddRoleUser.php
AddRoleUser::execute function core/modules/user/src/Plugin/Action/AddRoleUser.php
AddRoleUserTest class core/modules/user/tests/src/Unit/Plugin/Action/AddRoleUserTest.php Tests Drupal\user\Plugin\Action\AddRoleUser.
AddRoleUserTest.php file core/modules/user/tests/src/Unit/Plugin/Action/AddRoleUserTest.php
AddRoleUserTest::testExecuteAddExistingRole function core/modules/user/tests/src/Unit/Plugin/Action/AddRoleUserTest.php Tests the execute method on a user with a role.
AddRoleUserTest::testExecuteAddNonExistingRole function core/modules/user/tests/src/Unit/Plugin/Action/AddRoleUserTest.php Tests the execute method on a user without a specific role.
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
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
AddToAllBundles::create function core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php
AddToAllBundles::__construct function core/modules/field/src/Plugin/ConfigAction/AddToAllBundles.php
AddToAllBundlesConfigActionTest class core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests Add To All Bundles Config Action.
AddToAllBundlesConfigActionTest.php file core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php
AddToAllBundlesConfigActionTest::$modules property core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php
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.
AddToAllBundlesConfigActionTest::testMissingLabel function core/modules/field/tests/src/Kernel/AddToAllBundlesConfigActionTest.php Tests that the action fails when the label property is not set.
admin-block-content.html.twig file core/themes/default_admin/templates/admin/admin-block-content.html.twig Default Admin implementation for the content of an administrative block.
admin-block-content.html.twig file core/themes/admin/templates/admin/admin-block-content.html.twig Admin theme implementation for the content of an administrative block.

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