function ConfigImporterEvent::getConfigImporter
Same name in other branches
- 9 core/lib/Drupal/Core/Config/ConfigImporterEvent.php \Drupal\Core\Config\ConfigImporterEvent::getConfigImporter()
- 10 core/lib/Drupal/Core/Config/ConfigImporterEvent.php \Drupal\Core\Config\ConfigImporterEvent::getConfigImporter()
- 11.x core/lib/Drupal/Core/Config/ConfigImporterEvent.php \Drupal\Core\Config\ConfigImporterEvent::getConfigImporter()
Gets the config import object.
Return value
\Drupal\Core\Config\ConfigImporter The ConfigImporter object.
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigImporterEvent.php, line 31
Class
Namespace
Drupal\Core\ConfigCode
public function getConfigImporter() {
return $this->configImporter;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.