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

Class

EntityStorageInterface
Defines the interface for entity storage classes.

Namespace

Drupal\Core\Entity

Code

public function getEntityTypeId();