You are here

protected function ConfigImporterExporter::getStorage in Configuration development 8

Parameters

string $entity_type_id:

Return value

\Drupal\Core\Config\Entity\ConfigEntityStorageInterface

File

src/ConfigImporterExporter.php, line 268

Class

ConfigImporterExporter
Imports and exports config.

Namespace

Drupal\config_devel

Code

protected function getStorage($entity_type_id) {
  return $this->configManager
    ->getEntityTypeManager()
    ->getStorage($entity_type_id);
}