W3cubDocs

/Drupal 8

public function EntityManagerInterface::getLastInstalledFieldStorageDefinitions

public EntityManagerInterface::getLastInstalledFieldStorageDefinitions($entity_type_id)

Deprecated

in Drupal 8.0.0, will be removed before Drupal 9.0.0.

See also

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

File

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

Class

EntityManagerInterface
Provides an interface for entity type managers.

Namespace

Drupal\Core\Entity

Code

public function getLastInstalledFieldStorageDefinitions($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::getLastInstalledFieldStorageDefinitions/8.1.x