You are here

public function EntityDrupalWrapper::entityInfo in Entity API 7

Gets the info about the wrapped entity.

File

includes/entity.wrapper.inc, line 920
Provides wrappers allowing easy usage of the entity metadata.

Class

EntityDrupalWrapper
Provides a wrapper for entities registrered in hook_entity_info().

Code

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