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
ConfigActionsTest::$modules property core/modules/layout_builder/tests/src/Kernel/ConfigActionsTest.php Modules to install.
ConfigActionsTest::$modules property core/modules/contact/tests/src/Kernel/ConfigActionsTest.php Modules to install.
ConfigActionsTest::$modules property core/modules/language/tests/src/Kernel/ConfigActionsTest.php Modules to install.
ConfigActionsTest::$modules property core/modules/node/tests/src/Kernel/ConfigActionsTest.php Modules to install.
ConfigActionsTest::$modules property core/modules/block/tests/src/Kernel/ConfigActionsTest.php Modules to install.
ConfigActionsTest::$modules property core/modules/image/tests/src/Kernel/ConfigActionsTest.php Modules to install.
ConfigActionsTest::setUp function core/modules/image/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::setUp function core/modules/block/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::setUp function core/modules/node/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::setUp function core/modules/language/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::setUp function core/modules/field/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::setUp function core/modules/media/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::setUp function core/modules/contact/tests/src/Kernel/ConfigActionsTest.php
ConfigActionsTest::testConfigActions function core/modules/contact/tests/src/Kernel/ConfigActionsTest.php Tests the application of configuration actions on a contact form.
ConfigActionsTest::testConfigActions function core/modules/field/tests/src/Kernel/ConfigActionsTest.php Tests the application of configuration actions on field settings.
ConfigActionsTest::testConfigActions function core/modules/language/tests/src/Kernel/ConfigActionsTest.php Tests the application of configuration actions on a language.
ConfigActionsTest::testConfigActions function core/modules/media/tests/src/Kernel/ConfigActionsTest.php Tests the application of configuration actions on a media type.
ConfigActionsTest::testConfigActions function core/modules/node/tests/src/Kernel/ConfigActionsTest.php Tests the application of configuration actions on a node type.
ConfigActionsTest::testConfigActions function core/modules/image/tests/src/Kernel/ConfigActionsTest.php Tests adding an image effect using the configuration action manager.
ConfigActionsTest::testEntityMethodActions function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests the application of entity method actions on a block.
ConfigActionsTest::testLayoutBuilderActions function core/modules/layout_builder/tests/src/Kernel/ConfigActionsTest.php Tests config actions exposed by Layout Builder.
ConfigActionsTest::testPlaceBlockActionDoesNotChangeExistingBlock function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Verifies placeBlockInDefaultTheme action doesn't alter an existing block.
ConfigActionsTest::testPlaceBlockActionOnlyWorksOnBlocks function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests place block action only works on blocks.
ConfigActionsTest::testPlaceBlockAtPosition function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests placing a block at the first and last position in a region.
ConfigActionsTest::testPlaceBlockInDefaultRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests placing a block in the default theme's region.
ConfigActionsTest::testPlaceBlockInDynamicRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests place block in dynamic region.
ConfigActionsTest::testPlaceBlockInEmptyRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests using the PlaceBlock action in an empty region.
ConfigActionsTest::testPlaceBlockInStaticRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests place block in static region.
ConfigActionTest class core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests the config action system.
ConfigActionTest.php file core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::$modules property core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Modules to install.
ConfigActionTest::testDuplicatePluralizedMethodNameException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests exception thrown for duplicate pluralized method action definitions.
ConfigActionTest::testDuplicatePluralizedOtherMethodNameException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests exception when creating a duplicate derivative.
ConfigActionTest::testDuplicateShorthandActionIds function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests that duplicate shorthand action IDs throw an exception.
ConfigActionTest::testEntityCreate function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests the behavior of the entity_create config action.
ConfigActionTest::testEntityMethod function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests the behavior of the entity_method config action.
ConfigActionTest::testEntityMethodException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests exception thrown when entity method action has an invalid argument.
ConfigActionTest::testMissingAction function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests that an exception is thrown when an action does not exist.
ConfigActionTest::testParentAttributes function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests that parent attributes are properly discovered.
ConfigActionTest::testPluralizedEntityMethod function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests pluralized method config actions on configuration entities.
ConfigActionTest::testPluralizedEntityMethodException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests exception thrown when applying an action to multiple calls.
ConfigActionTest::testShorthandActionIds function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests shorthand action IDs for a configuration entity.
ConfigActionTest::testSimpleConfigUpdate function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests the simple config update action and related exceptions.
ConfigActionValidationTest class core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests Config Action Validation.
ConfigActionValidationTest.php file core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
ConfigActionValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Modules to install.
ConfigActionValidationTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php This test requires that we save invalid config, so we can test that it gets
validated after applying a recipe.
ConfigActionValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
ConfigActionValidationTest::testConfigActionDependenciesAreValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests validating that config actions' dependencies are present.
ConfigActionValidationTest::testConfigActionMissingDependency function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests config action validation for missing dependency.

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