ConfigEntityUpdater::doOne |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
Apply the callback an entity and save it if the callback makes changes. |
ConfigEntityUpdater::SANDBOX_KEY |
constant |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
The key used to store information in the update sandbox. |
ConfigEntityUpdater::update |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
Updates configuration entities as part of a Drupal update. |
ConfigEntityUpdater::__construct |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
ConfigEntityUpdater constructor. |
ConfigEntityUpdaterTest |
class |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
Tests \Drupal\Core\Config\Entity\ConfigEntityUpdater. |
ConfigEntityUpdaterTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
|
ConfigEntityUpdaterTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
Modules to install. |
ConfigEntityUpdaterTest::testUpdate |
function |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
Tests update. |
ConfigEntityUpdaterTest::testUpdateDefaultCallback |
function |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
Tests update default callback. |
ConfigEntityUpdaterTest::testUpdateException |
function |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
Tests update exception. |
ConfigEntityUpdaterTest::testUpdateOncePerUpdateException |
function |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
Tests update once per update exception. |
ConfigEvents::IMPORT_VALIDATE |
constant |
core/lib/Drupal/Core/Config/ConfigEvents.php |
Name of the event fired when validating imported configuration. |
ConfigExistsConstraintValidator::validate |
function |
core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraintValidator.php |
|
ConfigFormBase::validateForm |
function |
core/lib/Drupal/Core/Form/ConfigFormBase.php |
Form validation handler. |
ConfigHandler::validateForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Form validation handler. |
ConfigHandlerExtra::validateForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php |
Form validation handler. |
ConfigImporter::$validated |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Indicates changes to import have been validated. |
ConfigImporter::validate |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Dispatches validate event for a ConfigImporter object. |
ConfigImporterTest::testSecondaryUpdateDeletedChildFirst |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php |
Tests that secondary updates for deleted files work as expected. |
ConfigImporterTest::testSecondaryUpdateDeletedParentFirst |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php |
Tests that secondary updates for deleted files work as expected. |
ConfigImporterTest::testSiteUuidValidate |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php |
Tests verification of site UUID before importing configuration. |
ConfigImporterTest::testUpdated |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php |
Tests updating of configuration during import. |
ConfigImportForm::validateForm |
function |
core/modules/config/src/Form/ConfigImportForm.php |
Form validation handler. |
ConfigImportModuleUninstallValidatorInterface::validateConfigImport |
function |
core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php |
Determines reasons a module can not be uninstalled prior to config import. |
ConfigImportSubscriber::onConfigImporterValidate |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php |
Validates the configuration to be imported. |
ConfigImportSubscriber::onConfigImporterValidate |
function |
core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php |
Checks that the configuration synchronization is valid. |
ConfigImportSubscriber::validateDependencies |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php |
Validates configuration being imported does not have unmet dependencies. |
ConfigImportSubscriber::validateModules |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php |
Validates module installations and uninstallations. |
ConfigImportSubscriber::validateThemes |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php |
Validates theme installations and uninstallations. |
ConfigImportUITest::prepareSiteNameUpdate |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Prepares a site name update by modifying the synchronized configuration. |
ConfigImportValidateEventSubscriberBase |
class |
core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php |
Defines a base event listener implementation for config sync validation. |
ConfigImportValidateEventSubscriberBase.php |
file |
core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php |
|
ConfigImportValidateEventSubscriberBase::getSubscribedEvents |
function |
core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php |
|
ConfigImportValidateEventSubscriberBase::onConfigImporterValidate |
function |
core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php |
Checks that the configuration synchronization is valid. |
ConfigInstaller::validateDependencies |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Validates an array of config data that contains dependency information. |
ConfigSingleExportForm::updateConfigurationType |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Handles switching the configuration type selector. |
ConfigSingleExportForm::updateExport |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Handles switching the export textarea. |
ConfigSingleImportForm::validateForm |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Form validation handler. |
ConfigStorageTestBase::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php |
Updates configuration data in the storage. |
ConfigSubscriber::onConfigImporterValidate |
function |
core/modules/config/src/ConfigSubscriber.php |
Checks that the Configuration module is not being uninstalled. |
ConfigTest::testValidateNameException |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests validate name exception. |
ConfigTest::validateNameProvider |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Provides data to test name validation. |
ConfigTestForm::updateSize |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Ajax callback for the size selection element. |
ConfigTestHooksHooks::configTestUpdate |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Implements hook_ENTITY_TYPE_update(). |
ConfigTestHooksHooks::updateIsSyncingStore |
function |
core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php |
Helper function for testing hooks during configuration sync. |
ConfigTestStorage::importUpdate |
function |
core/modules/config/tests/config_test/src/ConfigTestStorage.php |
Updates entities upon synchronizing configuration changes. |
ConfigTranslationDateFormatUiTest |
class |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
Tests the content translation behaviors on date formats. |
ConfigTranslationDateFormatUiTest.php |
file |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
|
ConfigTranslationDateFormatUiTest::$defaultTheme |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
The theme to install as the default for testing. |
ConfigTranslationDateFormatUiTest::$modules |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
Modules to install. |