Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
ConfigFactoryOverrideBase | class | core/ |
Defines a base event listener implementation configuration overrides. |
ConfigFactoryOverrideBase.php | file | core/ |
|
ConfigFactoryOverrideBase::addCollections | function | core/ |
Reacts to the ConfigEvents::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 @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. |
ConfigFactoryTest::$cacheTagsInvalidator | property | core/ |
The mocked cache tags invalidator. |
ConfigFormBaseTraitTest::testConfigFactoryExceptionInvalidProperty | function | core/ |
@covers ::config |
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::testFormsWithOverrides | function | core/ |
Tests that overrides do not affect forms. |
ConfigHandler::getFormId | function | core/ |
Returns a unique string identifying the form. |
ConfigHandler::validateForm | function | core/ |
Form validation handler. |
ConfigHandlerExtra::getFormId | function | core/ |
Returns a unique string identifying the form. |
ConfigHandlerExtra::validateForm | function | core/ |
Form validation handler. |
ConfigHandlerGroup::getFormId | function | core/ |
Returns a unique string identifying the form. |
ConfigImporter::$validated | property | core/ |
Indicates changes to import have been validated. |
ConfigImporter::validate | function | core/ |
Dispatches validate event for a ConfigImporter object. |
ConfigImporterTest::testInvalidStep | function | core/ |
Tests that the isConfigSyncing flag is cleanup after an invalid step. |
ConfigImporterTest::testRequiredModuleValidation | function | core/ |
Tests uninstall validators being called during synchronization. |
ConfigImporterTest::testSiteUuidValidate | function | core/ |
Tests verification of site UUID before importing configuration. |
ConfigImportForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ConfigImportForm::validateForm | function | core/ |
Form validation handler. |
ConfigImportInstallProfileTest::testInstallProfileValidation | function | core/ |
Tests config importer cannot uninstall install profiles. |
ConfigImportModuleUninstallValidatorInterface | interface | core/ |
Special interface for module uninstall validators for configuration import. |
ConfigImportModuleUninstallValidatorInterface.php | file | core/ |
|
ConfigImportModuleUninstallValidatorInterface::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
ConfigImportRenameValidationTest | class | core/ |
Tests validating renamed configuration in a configuration import. |
ConfigImportRenameValidationTest.php | file | core/ |
|
ConfigImportRenameValidationTest::$configImporter | property | core/ |
Config Importer object used for testing. |
ConfigImportRenameValidationTest::$modules | property | core/ |
Modules to enable. |
ConfigImportRenameValidationTest::setUp | function | core/ |
|
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation | function | core/ |
Tests configuration renaming validation for simple configuration. |
ConfigImportRenameValidationTest::testRenameValidation | function | core/ |
Tests configuration renaming validation. |
ConfigImportSubscriber::$uninstallValidators | property | core/ |
The uninstall validators. |
ConfigImportSubscriber::addUninstallValidator | function | core/ |
Adds a module uninstall validator. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.