Search for to
Title | Object type | File name | Summary |
---|---|---|---|
ConfigEntityStorageTest::testLoadRevision | function | core/ |
@covers ::loadRevision @group legacy |
ConfigEntityStorageTest::testSaveChangedUuid | function | core/ |
@covers ::save @covers ::doSave |
ConfigEntityStorageTest::testSaveDuplicate | function | core/ |
@covers ::save @covers ::doSave |
ConfigEntityStorageTest::testSaveInsert | function | core/ |
@covers ::save @covers ::doSave |
ConfigEntityStorageTest::testSaveInvalid | function | core/ |
@covers ::save |
ConfigEntityStorageTest::testSaveMismatch | function | core/ |
@covers ::save @covers ::doSave |
ConfigEntityStorageTest::testSaveNoMismatch | function | core/ |
@covers ::save @covers ::doSave |
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/ |
|
ConfigFactory::clearStaticCache | function | core/ |
|
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. |
Pagination
- Previous page
- Page 40
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.