function EntityStorageInterface::getEntityTypeId

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

Class

EntityStorageInterface
Defines the interface for entity storage classes.

Namespace

Drupal\Core\Entity

Code

public function getEntityTypeId();

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