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