W3cubDocs

/Drupal 8

public function EntityManagerInterface::getLastInstalledDefinition

public EntityManagerInterface::getLastInstalledDefinition($entity_type_id)

Deprecated

in Drupal 8.0.0, will be removed before Drupal 9.0.0.

See also

\Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition()

File

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

Class

EntityManagerInterface
Provides an interface for entity type managers.

Namespace

Drupal\Core\Entity

Code

public function getLastInstalledDefinition($entity_type_id);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityManagerInterface.php/function/EntityManagerInterface::getLastInstalledDefinition/8.1.x