Search for config
- Search 7.x for config
- Search 9.5.x for config
- Search 8.9.x for config
- Search 11.x for config
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Config | class | composer/ |
Determine configuration. |
Config | class | core/ |
Drupal 8+ configuration source from database. |
Config | class | core/ |
Provides Configuration Management destination plugin. |
Config | class | core/ |
Defines the default configuration object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ConfigTargetTest::testGetValueCorrectConfig | function | core/ |
|
ConfigTargetTest::testIncorrectKey | function | core/ |
Tests #config_target with an incorrect key. |
ConfigTargetTest::testMultiTarget | function | core/ |
|
ConfigTargetTest::testMultiTargetWithoutCallables | function | core/ |
@dataProvider providerMultiTargetWithoutCallables |
ConfigTargetTest::testNested | function | core/ |
Tests #config_target where there is not a 1:1 property to element. |
ConfigTargetTest::testNested | function | core/ |
Tests #config_target with callbacks. |
ConfigTargetTest::testSetValueCorrectConfig | function | core/ |
|
ConfigTargetTest::testSetValueMultiTargetToConfigReturnValue | function | core/ |
@testWith ["this string was returned by toConfig", "The toConfig callable returned a string, but it must be an array with a key-value pair for each of the targeted property paths."] [true, "The toConfig callable returned a… |
ConfigTargetTest::testSingleTarget | function | core/ |
|
ConfigTargetTest::testTree | function | core/ |
Tests #config_target with no callbacks. |
ConfigTargetTest::testTree | function | core/ |
Tests #config_target where #tree is set to TRUE. |
ConfigTest | class | core/ |
Tests file system configuration operations. |
ConfigTest | class | core/ |
Defines the ConfigTest configuration entity. |
ConfigTest | class | core/ |
Tests the config source plugin. |
ConfigTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Plugin\migrate\destination\Config @group migrate |
ConfigTest | class | core/ |
@coversDefaultClass Drupal\Composer\Plugin\ProjectMessage\Message @group ProjectMessage |
ConfigTest | class | core/ |
@coversDefaultClass Drupal\Composer\Plugin\VendorHardening\Config @group VendorHardening |
ConfigTest | class | core/ |
Tests the Config. |
ConfigTest.php | file | core/ |
|
ConfigTest.php | file | core/ |
|
ConfigTest.php | file | core/ |
|
ConfigTest.php | file | core/ |
|
ConfigTest.php | file | core/ |
|
ConfigTest.php | file | core/ |
|
ConfigTest.php | file | core/ |
|
ConfigTest::$array_property | property | core/ |
An array property of the configuration entity. |
ConfigTest::$cacheTagsInvalidator | property | core/ |
The mocked cache tags invalidator. |
ConfigTest::$config | property | core/ |
Config. |
ConfigTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ConfigTest::$eventDispatcher | property | core/ |
Event Dispatcher. |
ConfigTest::$id | property | core/ |
The machine name for the configuration entity. |
ConfigTest::$label | property | core/ |
The human-readable name of the configuration entity. |
ConfigTest::$modules | property | core/ |
Modules to install. |
ConfigTest::$protected_property | property | core/ |
A protected property of the configuration entity. |
ConfigTest::$storage | property | core/ |
Storage. |
ConfigTest::$style | property | core/ |
The image style to use. |
ConfigTest::$typedConfig | property | core/ |
Typed Config. |
ConfigTest::$weight | property | core/ |
The weight of the configuration entity. |
ConfigTest::addToArray | function | core/ |
Adds a value to the array property. |
ConfigTest::append | function | core/ |
Appends to protected property. |
ConfigTest::assertConfigDataEquals | function | core/ |
Asserts all config data equals $data provided. |
ConfigTest::assertOriginalConfigDataEquals | function | core/ |
Asserts all original config data equals $data provided. |
ConfigTest::assertOverriddenKeys | function | core/ |
Asserts that the correct keys are overridden. |
ConfigTest::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
ConfigTest::concatProtectedProperty | function | core/ |
Concatenates the two params and sets the protected property value. |
ConfigTest::concatProtectedPropertyOptional | function | core/ |
Concatenates up to two params and sets the protected property value. |
ConfigTest::defaultProtectedProperty | function | core/ |
Sets the protected property to a default value. |
ConfigTest::getArrayProperty | function | core/ |
Gets the array property value. |
ConfigTest::getProtectedProperty | function | core/ |
Gets the protected property value. |
ConfigTest::isInstallable | function | core/ |
Checks whether this entity is installable. |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.