function ConfigImporterEvent::__construct
Same name in other branches
- 9 core/lib/Drupal/Core/Config/ConfigImporterEvent.php \Drupal\Core\Config\ConfigImporterEvent::__construct()
- 10 core/lib/Drupal/Core/Config/ConfigImporterEvent.php \Drupal\Core\Config\ConfigImporterEvent::__construct()
- 11.x 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 21
Class
Namespace
Drupal\Core\ConfigCode
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.