function 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.