function ConfigImporterEvent::__construct

Constructs ConfigImporterEvent.

Parameters

\Drupal\Core\Config\ConfigImporter $config_importer: A config import object to notify listeners about.

File

core/lib/Drupal/Core/Config/ConfigImporterEvent.php, line 21

Class

ConfigImporterEvent

Namespace

Drupal\Core\Config

Code

public function __construct(ConfigImporter $config_importer) {
  $this->configImporter = $config_importer;
}

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