You are here

public function Entity::entityInfo in Entity API 7

Returns the info of the type of the entity.

Overrides EntityInterface::entityInfo

See also

entity_get_info()

File

includes/entity.inc, line 241
Provides a base class for entities.

Class

Entity
A common class for entities.

Code

public function entityInfo() {
  return $this->entityInfo;
}