You are here

public function EntityInterface::getEntityType in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/EntityInterface.php \Drupal\Core\Entity\EntityInterface::getEntityType()

Gets the entity type definition.

Return value

\Drupal\Core\Entity\EntityTypeInterface The entity type definition.

2 methods override EntityInterface::getEntityType()
Entity::getEntityType in core/lib/Drupal/Core/Entity/Entity.php
Gets the entity type definition.
ViewUI::getEntityType in core/modules/views_ui/src/ViewUI.php
Gets the entity type definition.

File

core/lib/Drupal/Core/Entity/EntityInterface.php, line 400
Contains \Drupal\Core\Entity\EntityInterface.

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function getEntityType();