Search for id
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Tests Drupal\Core\Config\ConfigFactoryOverrideBase. |
| ConfigFactoryOverrideBaseTest.php | file | core/ |
|
| ConfigFactoryOverrideBaseTest::providerTestFilterNestedArray | function | core/ |
|
| ConfigFactoryOverrideBaseTest::testFilterNestedArray | function | core/ |
Tests filter nested array. |
| 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. |
| ConfigFactoryTest::$cacheTagsInvalidator | property | core/ |
The mocked cache tags invalidator. |
| ConfigFormBase::checkConfigOverrides | function | core/ |
Form #after_build callback: Adds message if overrides exist. |
| ConfigFormBase::validateForm | function | core/ |
Form validation handler. |
| ConfigFormBaseTraitTest::testConfigFactoryExceptionInvalidProperty | function | core/ |
Tests config factory exception invalid property. |
| ConfigFormOverrideTest | class | core/ |
Tests config overrides do not appear on forms that extend ConfigFormBase. |
| ConfigFormOverrideTest.php | file | core/ |
|
| ConfigFormOverrideTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ConfigFormOverrideTest::$modules | property | core/ |
Modules to install. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.