Search for to
Title | Object type | File name | Summary |
---|---|---|---|
ConfigEntityStorageTest::testSaveRename | function | core/ |
@covers ::save @covers ::doSave |
ConfigEntityStorageTest::testSaveUpdate | function | core/ |
@covers ::save @covers ::doSave |
ConfigEntityStorageTest::testUUIDConflict | function | core/ |
Tests creating configuration entities with changed UUIDs. |
ConfigEntityType::checkStorageClass | function | core/ |
|
ConfigEntityType::getPropertiesToExport | function | core/ |
Gets the config entity properties to export if declared on the annotation. |
ConfigEntityTypeInterface::getPropertiesToExport | function | core/ |
Gets the config entity properties to export if declared on the annotation. |
ConfigEntityTypeTest::providerGetPropertiesToExport | function | core/ |
|
ConfigEntityTypeTest::testConstructBadStorage | function | core/ |
@covers ::__construct |
ConfigEntityTypeTest::testGetPropertiesToExport | function | core/ |
@covers ::getPropertiesToExport |
ConfigEntityTypeTest::testGetPropertiesToExportNoFallback | function | core/ |
@covers ::getPropertiesToExport |
ConfigEntityTypeTest::testSetStorageClass | function | core/ |
@covers ::setStorageClass |
ConfigEntityUnitTest::$storage | property | core/ |
The config_test entity storage. |
ConfigEntityUnitTest::testStorageMethods | function | core/ |
Tests storage methods. |
ConfigEvents::STORAGE_TRANSFORM_EXPORT | constant | core/ |
Name of the event fired when the export storage is used. |
ConfigEvents::STORAGE_TRANSFORM_IMPORT | constant | core/ |
Name of the event fired just before importing configuration. |
ConfigExistsConstraintValidator | class | core/ |
Validates that a given config object exists. |
ConfigExistsConstraintValidator.php | file | core/ |
|
ConfigExistsConstraintValidator::$configFactory | property | core/ |
The config factory service. |
ConfigExistsConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
ConfigExistsConstraintValidator::validate | function | core/ |
|
ConfigExistsConstraintValidator::__construct | function | core/ |
Constructs a ConfigExistsConstraintValidator object. |
ConfigExistsConstraintValidatorTest | class | core/ |
Tests the ConfigExists constraint validator. |
ConfigExistsConstraintValidatorTest.php | file | core/ |
|
ConfigExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
ConfigExistsConstraintValidatorTest::testValidation | function | core/ |
Tests the ConfigExists constraint validator. |
ConfigExportImportUITest::$fieldStorage | property | core/ |
Holds the field storage entity for $fieldName. |
ConfigExportStorageTest | class | core/ |
Tests configuration export storage. |
ConfigExportStorageTest.php | file | core/ |
|
ConfigExportStorageTest::$modules | property | core/ |
Modules to install. |
ConfigExportStorageTest::setUp | function | core/ |
|
ConfigExportStorageTest::testExportStorage | function | core/ |
Tests configuration override. |
ConfigFactory | class | core/ |
Defines the configuration object factory. |
ConfigFactory.php | file | core/ |
|
ConfigFactory::$cache | property | core/ |
Cached configuration objects. |
ConfigFactory::$configFactoryOverrides | property | core/ |
An array of config factory override objects ordered by priority. |
ConfigFactory::$eventDispatcher | property | core/ |
An event dispatcher instance to use for configuration events. |
ConfigFactory::$storage | property | core/ |
A storage instance for reading and writing configuration data. |
ConfigFactory::$typedConfigManager | property | core/ |
The typed config manager. |
ConfigFactory::addOverride | function | core/ |
Adds config factory override services. |
ConfigFactory::clearStaticCache | function | core/ |
Clears the config factory static cache. |
ConfigFactory::createConfigObject | function | core/ |
Creates a configuration object. |
ConfigFactory::doGet | function | core/ |
Returns a configuration object for a given name. |
ConfigFactory::doLoadMultiple | function | core/ |
Returns a list of configuration objects for the given names. |
ConfigFactory::get | function | core/ |
Returns an immutable configuration object for a given name. |
ConfigFactory::getCacheKeys | function | core/ |
The cache keys associated with the state of the config factory. |
ConfigFactory::getConfigCacheKey | function | core/ |
Gets the static cache key for a given config name. |
ConfigFactory::getConfigCacheKeys | function | core/ |
Gets all the cache keys that match the provided config name. |
ConfigFactory::getEditable | function | core/ |
Returns a mutable configuration object for a given name. |
ConfigFactory::getSubscribedEvents | function | core/ |
|
ConfigFactory::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.