Search for config
- Search 7.x for config
- Search 9.5.x for config
- Search 8.9.x for config
- Search 10.3.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 |
---|---|---|---|
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/ |
@group Recipe |
ConfigActionValidationTest.php | file | core/ |
|
ConfigActionValidationTest::$modules | property | core/ |
|
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/ |
@testWith ["block_content_type"] ["node_type"] ["shortcut_set"] ["menu"] |
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/ |
|
ConfigBase::getCacheMaxAge | function | core/ |
|
ConfigBase::getCacheTags | function | core/ |
|
ConfigBase::getName | function | core/ |
Returns the name of this configuration object. |
ConfigBase::MAX_NAME_LENGTH | constant | core/ |
The maximum length of a configuration object name. |
ConfigBase::merge | function | core/ |
Merges data into a configuration object. |
ConfigBase::set | function | core/ |
Sets a value in this configuration object. |
ConfigBase::setData | function | core/ |
Replaces the data of this configuration object. |
ConfigBase::setName | function | core/ |
Sets the name of this configuration object. |
ConfigBase::validateKeys | function | core/ |
Validates all keys in a passed in config array structure. |
ConfigBase::validateName | function | core/ |
Validates the configuration object name. |
ConfigCacheTag | class | core/ |
A subscriber invalidating cache tags when system config objects are saved. |
ConfigCacheTag.php | file | core/ |
|
ConfigCacheTag::getSubscribedEvents | function | core/ |
|
ConfigCacheTag::onSave | function | core/ |
Invalidate cache tags when particular system config objects are saved. |
ConfigCacheTag::__construct | function | core/ |
Constructs a ConfigCacheTag object. |
ConfigCollectionEvents | class | core/ |
Defines events for working with configuration collections. |
ConfigCollectionEvents.php | file | core/ |
|
ConfigCollectionEvents::COLLECTION_INFO | constant | core/ |
Event dispatched to collect information on all config collections. |
ConfigCollectionEvents::DELETE_IN_COLLECTION | constant | core/ |
Event dispatched when deleting configuration not in the default collection. |
ConfigCollectionEvents::RENAME_IN_COLLECTION | constant | core/ |
Event dispatched when renaming configuration not in the default collection. |
ConfigCollectionEvents::SAVE_IN_COLLECTION | constant | core/ |
Event dispatched when saving configuration not in the default collection. |
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.