function EntityStorageBase::getEntityType

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::getEntityType()
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::getEntityType()
  3. 10 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 128

Class

EntityStorageBase
A base entity storage class.

Namespace

Drupal\Core\Entity

Code

public function getEntityType() {
    return $this->entityType;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.