function EntityStorageBase::getEntityType
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::getEntityType()
- 10 core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::getEntityType()
- 11.x core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::getEntityType()
Overrides EntityStorageInterface::getEntityType
2 calls to EntityStorageBase::getEntityType()
- ConfigEntityStorage::updateFromStorageRecord in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - Updates a configuration entity from storage values.
- ContentEntityStorageBase::getRevisionTranslationMergeSkippedFieldNames in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Returns an array of field names to skip when merging revision translations.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php, line 162
Class
- EntityStorageBase
- A base entity storage class.
Namespace
Drupal\Core\EntityCode
public function getEntityType() {
return $this->entityType;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.