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
abstract public function onConfigImporterValidate(ConfigImporterEvent $event);
Please login to continue.