Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigActionsTest::testConfigActions | function | core/ |
Tests the application of configuration actions on a contact form. |
| ConfigActionsTest::testConfigActions | function | core/ |
Tests the application of configuration actions on a node type. |
| ConfigActionsTest::testConfigActions | function | core/ |
Tests the application of configuration actions on a media type. |
| ConfigActionsTest::testConfigActions | function | core/ |
Tests the application of configuration actions on a language. |
| ConfigActionsTest::testConfigActions | function | core/ |
Tests adding an image effect using the configuration action manager. |
| ConfigActionsTest::testEntityMethodActions | function | core/ |
Tests the application of entity method actions on a block. |
| ConfigActionsTest::testLayoutBuilderActions | function | core/ |
Tests config actions exposed by Layout Builder. |
| ConfigActionsTest::testPlaceBlockActionDoesNotChangeExistingBlock | function | core/ |
Verifies placeBlockInDefaultTheme action doesn't alter an existing block. |
| ConfigActionsTest::testPlaceBlockActionOnlyWorksOnBlocks | function | core/ |
Tests place block action only works on blocks. |
| ConfigActionsTest::testPlaceBlockAtPosition | function | core/ |
Tests placing a block at the first and last position in a region. |
| ConfigActionsTest::testPlaceBlockInDefaultRegion | function | core/ |
Tests placing a block in the default theme's region. |
| ConfigActionsTest::testPlaceBlockInDynamicRegion | function | core/ |
Tests place block in dynamic region. |
| ConfigActionsTest::testPlaceBlockInEmptyRegion | function | core/ |
Tests using the PlaceBlock action in an empty region. |
| ConfigActionsTest::testPlaceBlockInStaticRegion | function | core/ |
Tests place block in static region. |
| ConfigActionTest | class | core/ |
Tests the config action system. |
| ConfigActionTest.php | file | core/ |
|
| ConfigActionTest::$modules | property | core/ |
Modules to install. |
| ConfigActionTest::testDuplicatePluralizedMethodNameException | function | core/ |
|
| ConfigActionTest::testDuplicatePluralizedOtherMethodNameException | function | core/ |
|
| ConfigActionTest::testDuplicateShorthandActionIds | function | core/ |
|
| ConfigActionTest::testEntityCreate | function | core/ |
|
| ConfigActionTest::testEntityMethod | function | core/ |
|
| ConfigActionTest::testEntityMethodException | function | core/ |
|
| ConfigActionTest::testMissingAction | function | core/ |
|
| ConfigActionTest::testParentAttributes | function | core/ |
|
| ConfigActionTest::testPluralizedEntityMethod | function | core/ |
|
| ConfigActionTest::testPluralizedEntityMethodException | function | core/ |
|
| ConfigActionTest::testShorthandActionIds | function | core/ |
|
| ConfigActionTest::testSimpleConfigUpdate | function | core/ |
|
| ConfigActionValidationTest | class | core/ |
Tests Config Action Validation. |
| ConfigActionValidationTest.php | file | core/ |
|
| ConfigActionValidationTest::$modules | property | core/ |
Modules to install. |
| ConfigActionValidationTest::$strictConfigSchema | property | core/ |
This test requires that we save invalid config, so we can test that it gets validated after applying a recipe. |
| ConfigActionValidationTest::setUp | function | core/ |
|
| ConfigActionValidationTest::testConfigActionDependenciesAreValidated | function | core/ |
Tests validating that config actions' dependencies are present. |
| ConfigActionValidationTest::testConfigActionMissingDependency | function | core/ |
Tests config action validation for missing dependency. |
| ConfigActionValidationTest::testConfigActionsAreValidated | function | core/ |
Tests config actions are validated. |
| ConfigAfterInstallerTestBase | class | core/ |
Provides a class for install profiles to check their installed config. |
| ConfigAfterInstallerTestBase.php | file | core/ |
|
| ConfigAfterInstallerTestBase::assertInstalledConfig | function | core/ |
Ensures that all the installed config looks like the exported one. |
| ConfigBase | class | core/ |
Provides a base class for configuration objects with get/set support. |
| ConfigBase.php | file | core/ |
|
| ConfigBase::$data | property | core/ |
The data of the configuration object. |
| ConfigBase::$name | property | core/ |
The name of the configuration object. |
| ConfigBase::castSafeStrings | function | core/ |
Casts any objects that implement MarkupInterface to string. |
| ConfigBase::clear | function | core/ |
Unsets a value in this configuration object. |
| ConfigBase::get | function | core/ |
Gets data from this configuration object. |
| ConfigBase::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| ConfigBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| ConfigBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.