function ConfigImporterEvent::getConfigImporter

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigImporterEvent.php \Drupal\Core\Config\ConfigImporterEvent::getConfigImporter()
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigImporterEvent.php \Drupal\Core\Config\ConfigImporterEvent::getConfigImporter()
  3. 10 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

ConfigImporterEvent

Namespace

Drupal\Core\Config

Code

public function getConfigImporter() {
    return $this->configImporter;
}

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