Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
ConfigEntityStorage::MAX_ID_LENGTH | constant | core/ |
Length limit of the configuration entity ID. |
ConfigEntityStorageInterface::getIDFromConfigName | function | core/ |
Extracts the configuration entity ID from the full configuration name. |
ConfigEntityStorageInterface::loadMultipleOverrideFree | function | core/ |
Loads one or more entities in their original form without overrides. |
ConfigEntityStorageInterface::loadOverrideFree | function | core/ |
Loads one entity in their original form without overrides. |
ConfigEntityStorageTest::$cacheTagsInvalidator | property | core/ |
The mocked cache backend. |
ConfigEntityStorageTest::$entityTypeId | property | core/ |
The type ID of the entity under test. |
ConfigEntityStorageTest::$uuidService | property | core/ |
The UUID service. |
ConfigEntityStorageTest::testCreateWithPredefinedUuid | function | core/ |
@covers ::create @covers ::doCreate |
ConfigEntityStorageTest::testLoadMultipleIds | function | core/ |
@covers ::loadMultiple @covers ::postLoad @covers ::mapFromStorageRecords @covers ::doLoadMultiple |
ConfigEntityStorageTest::testSaveChangedUuid | function | core/ |
@covers ::save @covers ::doSave |
ConfigEntityStorageTest::testSaveInvalid | function | core/ |
@covers ::save |
ConfigEntityStorageTest::testUUIDConflict | function | core/ |
Tests creating configuration entities with changed UUIDs. |
ConfigEntityTest::MAX_ID_LENGTH | constant | core/ |
The maximum length for the entity storage used in this test. |
ConfigEntityTest::providerSource | function | core/ |
Provides source data for ::testSource. |
ConfigEntityTypeTest::providerGetPropertiesToExport | function | core/ |
|
ConfigEntityTypeTest::providerTestGetConfigPrefix | function | core/ |
Provides test data. |
ConfigEntityTypeTest::testConfigPrefixLengthValid | function | core/ |
Tests when the prefix length is valid. |
ConfigEntityValidationTestBase | class | core/ |
Base class for testing validation of config entities. |
ConfigEntityValidationTestBase.php | file | core/ |
|
ConfigEntityValidationTestBase::$entity | property | core/ |
The config entity being tested. |
ConfigEntityValidationTestBase::$hasLabel | property | core/ |
Whether a config entity of this type has a label. |
ConfigEntityValidationTestBase::$modules | property | core/ |
Modules to install. |
ConfigEntityValidationTestBase::$propertiesWithOptionalValues | property | core/ |
The config entity properties whose values are optional (set to NULL). |
ConfigEntityValidationTestBase::$propertiesWithRequiredKeys | property | core/ |
The config entity mapping properties with >=1 required keys. |
ConfigEntityValidationTestBase::assertValidationErrors | function | core/ |
Asserts a set of validation errors is raised when the entity is validated. |
ConfigEntityValidationTestBase::getMachineNameConstraints | function | core/ |
Returns the validation constraints applied to the entity's ID. |
ConfigEntityValidationTestBase::getPropertiesWithOptionalValues | function | core/ |
Determines the config entity properties with optional values. |
ConfigEntityValidationTestBase::getRequiredPropertyKeys | function | core/ |
Determines the config entity mapping properties with required keys. |
ConfigEntityValidationTestBase::isFullyValidatable | function | core/ |
Whether the tested config entity type is fully validatable. |
ConfigEntityValidationTestBase::providerConfigDependenciesValidation | function | core/ |
Data provider for ::testConfigDependenciesValidation(). |
ConfigEntityValidationTestBase::providerInvalidMachineNameCharacters | function | core/ |
Data provider for ::testInvalidMachineNameCharacters(). |
ConfigEntityValidationTestBase::setLabel | function | core/ |
Sets the label of the given config entity. |
ConfigEntityValidationTestBase::setUp | function | core/ |
|
ConfigEntityValidationTestBase::testConfigDependenciesValidation | function | core/ |
Tests validation of config dependencies. |
ConfigEntityValidationTestBase::testEntityIsValid | function | core/ |
Ensures that the entity created in ::setUp() has no validation errors. |
ConfigEntityValidationTestBase::testImmutableProperties | function | core/ |
Tests that immutable properties cannot be changed. |
ConfigEntityValidationTestBase::testInvalidMachineNameCharacters | function | core/ |
Tests that the entity's ID is tested for invalid characters. |
ConfigEntityValidationTestBase::testLabelValidation | function | core/ |
Tests validation of config entity's label. |
ConfigEntityValidationTestBase::testLangcode | function | core/ |
Tests that the config entity's langcode is validated. |
ConfigEntityValidationTestBase::testMachineNameLength | function | core/ |
Tests that the entity ID's length is validated if it is a machine name. |
ConfigEntityValidationTestBase::testRequiredPropertyKeysMissing | function | core/ |
A property that is required must have a value (i.e. not NULL). |
ConfigEntityValidationTestBase::testRequiredPropertyValuesMissing | function | core/ |
A property that is required must have a value (i.e. not NULL). |
ConfigEvents::IMPORT_VALIDATE | constant | core/ |
Name of the event fired when validating imported 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. |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.