function ConfigManager::getEntityTypeManager

Gets the entity type manager.

Return value

\Drupal\Core\Entity\EntityTypeManagerInterface The entity type manager.

Overrides ConfigManagerInterface::getEntityTypeManager

File

core/lib/Drupal/Core/Config/ConfigManager.php, line 149

Class

ConfigManager
The ConfigManager provides helper functions for the configuration system.

Namespace

Drupal\Core\Config

Code

public function getEntityTypeManager() {
  return $this->entityTypeManager;
}

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