You are here

protected property EntityListWrapper::$isEntityList in Entity API 7

Whether this is a list of entities with a known entity type, i.e. for generic list of entities (list<entity>) this is FALSE.

File

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

Class

EntityListWrapper
Wraps a list of values.

Code

protected $isEntityList;