public function ConfigImporterEvent::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/ConfigImporterEvent.php \Drupal\Core\Config\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 26 - Contains \Drupal\Core\Config\ConfigImporterEvent.
Class
Namespace
Drupal\Core\ConfigCode
public function __construct(ConfigImporter $config_importer) {
$this->configImporter = $config_importer;
}