public function EntityInterface::entityInfo in Entity API 7
Returns the info of the type of the entity.
See also
1 method overrides EntityInterface::entityInfo()
- Entity::entityInfo in includes/
entity.inc - Returns the info of the type of the entity.
File
- includes/
entity.inc, line 39 - Provides a base class for entities.
Class
- EntityInterface
- Interface for class based entities.
Code
public function entityInfo();