Search for id
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigEntityFormOverrideTest::testFormsWithOverrides | function | core/ |
Tests that overrides do not affect forms or listing screens. |
| ConfigEntityIdLengthException | class | core/ |
Defines an exception thrown when a configuration entity ID is too long. |
| ConfigEntityIdLengthException.php | file | core/ |
|
| ConfigEntityMapperTest::$routeProvider | property | core/ |
The route provider used for testing. |
| ConfigEntityQueryTest::testStringIdConditions | function | core/ |
Tests ID conditions. |
| ConfigEntityStaticCacheTest::$entityId | property | core/ |
The entity ID of the entity under test. |
| ConfigEntityStaticCacheTest::$entityTypeId | property | core/ |
The type ID of the entity under test. |
| ConfigEntityStaticCacheTest::testConfigOverride | function | core/ |
Tests that the static cache is sensitive to config overrides. |
| ConfigEntityStorage::$overrideFree | property | core/ |
Determines if the underlying configuration is retrieved override free. |
| ConfigEntityStorage::$uuidKey | property | core/ |
Name of entity's UUID database table field, if it supports UUIDs. |
| ConfigEntityStorage::buildCacheId | function | core/ |
Builds the cache ID for the passed in entity ID. |
| ConfigEntityStorage::getIDFromConfigName | function | core/ |
Extracts the configuration entity ID from the full configuration name. |
| ConfigEntityStorage::loadMultipleOverrideFree | function | core/ |
Loads one or more entities in their original form without overrides. |
| ConfigEntityStorage::loadOverrideFree | function | core/ |
Loads one entity in their original form without overrides. |
| 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/ |
Tests create with predefined uuid. |
| ConfigEntityStorageTest::testLoadMultipleIds | function | core/ |
Tests load multiple ids. |
| ConfigEntityStorageTest::testSaveChangedUuid | function | core/ |
Tests save changed uuid. |
| ConfigEntityStorageTest::testSaveInvalid | function | core/ |
Tests save invalid. |
| 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. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.