function ConfigImportValidateEventSubscriberBase::onConfigImporterValidate

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php \Drupal\Core\Config\ConfigImportValidateEventSubscriberBase::onConfigImporterValidate()

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);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.