public function ConfigManager::getEntityManager in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/ConfigManager.php \Drupal\Core\Config\ConfigManager::getEntityManager()
Gets the entity manager.
Return value
\Drupal\Core\Entity\EntityManagerInterface The entity manager.
Overrides ConfigManagerInterface::getEntityManager
File
- core/
lib/ Drupal/ Core/ Config/ ConfigManager.php, line 127 - Contains \Drupal\Core\Config\ConfigManager.
Class
- ConfigManager
- The ConfigManager provides helper functions for the configuration system.
Namespace
Drupal\Core\ConfigCode
public function getEntityManager() {
return $this->entityManager;
}