public EntityStorageInterface::getEntityType()
Gets the entity type definition.
Return value
\Drupal\Core\Entity\EntityTypeInterface Entity type definition.
File
- core/lib/Drupal/Core/Entity/EntityStorageInterface.php, line 189
Class
- EntityStorageInterface
- Defines the interface for entity storage classes.
Namespace
Drupal\Core\Entity
Code
public function getEntityType();
Please login to continue.