public function EntityInterface::entityInfo

Returns the info of the type of the entity.

See also

entity_get_info()

2 methods override EntityInterface::entityInfo()
Entity::entityInfo in drupal/core/lib/Drupal/Core/Entity/Entity.php
Implements EntityInterface::entityInfo().
ViewUI::entityInfo in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php
Implements \Drupal\Core\Entity\EntityInterface::entityInfo().

File

drupal/core/lib/Drupal/Core/Entity/EntityInterface.php, line 162
Definition of Drupal\Core\Entity\EntityInterface.

Class

EntityInterface
Defines a common interface for all entity objects.

Namespace

Drupal\Core\Entity

Code

public function entityInfo();