You are here

public function EntityManagerInterface::getLastInstalledDefinition in Drupal 8

Deprecated

in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition() instead.

See also

https://www.drupal.org/node/2549139

1 method overrides EntityManagerInterface::getLastInstalledDefinition()
EntityManager::getLastInstalledDefinition in core/lib/Drupal/Core/Entity/EntityManager.php

File

core/lib/Drupal/Core/Entity/EntityManagerInterface.php, line 24

Class

EntityManagerInterface
Provides an interface for entity type managers.

Namespace

Drupal\Core\Entity

Code

public function getLastInstalledDefinition($entity_type_id);