public function EntityManagerInterface::getLastInstalledFieldStorageDefinitions in Drupal 8
Deprecated
in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions() instead.
See also
https://www.drupal.org/node/2549139
1 method overrides EntityManagerInterface::getLastInstalledFieldStorageDefinitions()
- EntityManager::getLastInstalledFieldStorageDefinitions in core/
lib/ Drupal/ Core/ Entity/ EntityManager.php
File
- core/
lib/ Drupal/ Core/ Entity/ EntityManagerInterface.php, line 33
Class
- EntityManagerInterface
- Provides an interface for entity type managers.
Namespace
Drupal\Core\EntityCode
public function getLastInstalledFieldStorageDefinitions($entity_type_id);