function EntityStorageInterface::getEntityType
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::getEntityType()
- 10 core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::getEntityType()
- 11.x core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::getEntityType()
Gets the entity type definition.
Return value
\Drupal\Core\Entity\EntityTypeInterface Entity type definition.
1 method overrides EntityStorageInterface::getEntityType()
- EntityStorageBase::getEntityType in core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php - Gets the entity type definition.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityStorageInterface.php, line 231
Class
- EntityStorageInterface
- Defines the interface for entity storage classes.
Namespace
Drupal\Core\EntityCode
public function getEntityType();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.