function EntityStorageBase::getEntityTypeId
Gets the entity type ID.
Return value
string The entity type ID.
Overrides EntityStorageInterface::getEntityTypeId
1 call to EntityStorageBase::getEntityTypeId()
- ContentEntityStorageBase::getEntityClass in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php, line 126
Class
- EntityStorageBase
- A base entity storage 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.