You are here

public function ConfigManagerInterface::getEntityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/ConfigManagerInterface.php \Drupal\Core\Config\ConfigManagerInterface::getEntityManager()

Gets the entity manager.

Return value

\Drupal\Core\Entity\EntityManagerInterface The entity manager.

1 method overrides ConfigManagerInterface::getEntityManager()
ConfigManager::getEntityManager in core/lib/Drupal/Core/Config/ConfigManager.php
Gets the entity manager.

File

core/lib/Drupal/Core/Config/ConfigManagerInterface.php, line 43
Contains \Drupal\Core\Config\ConfigManagerInterface.

Class

ConfigManagerInterface
Provides an interface for configuration manager.

Namespace

Drupal\Core\Config

Code

public function getEntityManager();