public function EntityManagerInterface::getLastInstalledDefinition in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityManagerInterface.php \Drupal\Core\Entity\EntityManagerInterface::getLastInstalledDefinition()
See also
\Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition()
1 method overrides EntityManagerInterface::getLastInstalledDefinition()
- EntityManager::getLastInstalledDefinition in core/
lib/ Drupal/ Core/ Entity/ EntityManager.php
File
- core/
lib/ Drupal/ Core/ Entity/ EntityManagerInterface.php, line 25 - Contains \Drupal\Core\Entity\EntityManagerInterface.
Class
- EntityManagerInterface
- Provides an interface for entity type managers.
Namespace
Drupal\Core\EntityCode
public function getLastInstalledDefinition($entity_type_id);