function EntityBase::getEntityTypeId
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::getEntityTypeId()
- 10 core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::getEntityTypeId()
- 11.x core/lib/Drupal/Core/Entity/EntityBase.php \Drupal\Core\Entity\EntityBase::getEntityTypeId()
Overrides EntityInterface::getEntityTypeId
11 calls to EntityBase::getEntityTypeId()
- ContentEntityBase::addTranslation in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - ContentEntityBase::isDefaultTranslationAffectedOnly in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - ContentEntityBase::isLatestRevision in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - ContentEntityBase::isLatestTranslationAffectedRevision in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - ContentEntityBase::label in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Gets the label of the entity.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityBase.php, line 152
Class
- EntityBase
- Defines a base entity class.
Namespace
Drupal\Core\EntityCode
public function getEntityTypeId() {
return $this->entityTypeId;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.