You are here

public function ConfigManagerInterface::getEntityManager in Drupal 8

Gets the entity manager.

Return value

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

Deprecated

in drupal:8.7.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Config\ConfigManagerInterface::getEntityTypeManager() instead.

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 42

Class

ConfigManagerInterface
Provides an interface for configuration manager.

Namespace

Drupal\Core\Config

Code

public function getEntityManager();