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