Search for Id
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| ConfigExistsConstraintValidatorTest.php | file | core/ |
|
| ConfigExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
| ConfigExistsConstraintValidatorTest::testValidation | function | core/ |
Tests the ConfigExists constraint validator. |
| ConfigExportForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ConfigFactory::$configFactoryOverrides | property | core/ |
An array of config factory override objects ordered by priority. |
| ConfigFactory::addOverride | function | core/ |
Adds config factory override services. |
| ConfigFactory::loadOverrides | function | core/ |
Get arbitrary overrides for the named configuration objects from modules. |
| ConfigFactory::propagateConfigOverrideCacheability | function | core/ |
Propagates cacheability of config overrides to cached config objects. |
| ConfigFactoryInterface::addOverride | function | core/ |
Adds config factory override services. |
| ConfigFactoryOverrideBase | class | core/ |
Defines a base event listener implementation configuration overrides. |
| ConfigFactoryOverrideBase.php | file | core/ |
|
| ConfigFactoryOverrideBase::addCollections | function | core/ |
Reacts to the ConfigCollectionEvents::COLLECTION_INFO event. |
| ConfigFactoryOverrideBase::filterNestedArray | function | core/ |
Filters data in nested arrays. |
| ConfigFactoryOverrideBase::filterOverride | function | core/ |
Filters data in the override based on what is currently in configuration. |
| ConfigFactoryOverrideBase::getSubscribedEvents | function | core/ |
|
| ConfigFactoryOverrideBase::onConfigDelete | function | core/ |
Actions to be performed to configuration override on configuration delete. |
| ConfigFactoryOverrideBase::onConfigRename | function | core/ |
Actions to be performed to configuration override on configuration rename. |
| ConfigFactoryOverrideBase::onConfigSave | function | core/ |
Actions to be performed to configuration override on configuration save. |
| ConfigFactoryOverrideBaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\ConfigFactoryOverrideBase[[api-linebreak]] @group config |
| ConfigFactoryOverrideBaseTest.php | file | core/ |
|
| ConfigFactoryOverrideBaseTest::providerTestFilterNestedArray | function | core/ |
|
| ConfigFactoryOverrideBaseTest::testFilterNestedArray | function | core/ |
@dataProvider providerTestFilterNestedArray |
| ConfigFactoryOverrideInterface | interface | core/ |
Defines the interface for a configuration factory override object. |
| ConfigFactoryOverrideInterface.php | file | core/ |
|
| ConfigFactoryOverrideInterface::createConfigObject | function | core/ |
Creates a configuration object for use during install and synchronization. |
| ConfigFactoryOverrideInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata associated with the config factory override. |
| ConfigFactoryOverrideInterface::getCacheSuffix | function | core/ |
The string to append to the configuration static cache name. |
| ConfigFactoryOverrideInterface::loadOverrides | function | core/ |
Returns config overrides. |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.