ConfigImportValidateEventSubscriberBase::onConfigImporterValidate

abstract public ConfigImportValidateEventSubscriberBase::onConfigImporterValidate(ConfigImporterEvent $event)

Checks that the configuration synchronization is valid.

Parameters

ConfigImporterEvent $event: The config import event.

File

core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php, line 20

Class

ConfigImportValidateEventSubscriberBase
Defines a base event listener implementation for config sync validation.

Namespace

Drupal\Core\Config

Code

1
abstract public function onConfigImporterValidate(ConfigImporterEvent $event);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.