You are here

16 calls to EntityMetadataWrapper::dataAvailable() in Entity API 7

EntityDrupalWrapper::delete in includes/entity.wrapper.inc
Permanently delete the wrapped entity.
EntityDrupalWrapper::entityAccess in includes/entity.wrapper.inc
Checks whether the operation $op is allowed on the entity.
EntityDrupalWrapper::getBundle in includes/entity.wrapper.inc
Returns the bundle of an entity, or FALSE if it has no bundles.
EntityDrupalWrapper::getIdentifier in includes/entity.wrapper.inc
Returns the identifier of the wrapped entity.
EntityDrupalWrapper::spotBundleInfo in includes/entity.wrapper.inc
Tries to determine the bundle and adds in the according property info.
EntityDrupalWrapper::spotInfo in includes/entity.wrapper.inc
Used to lazy-load bundle info. So the wrapper can be loaded e.g. just for setting without the data being loaded.
EntityDrupalWrapper::type in includes/entity.wrapper.inc
Overridden.
EntityDrupalWrapper::__sleep in includes/entity.wrapper.inc
Prepare for serializiation.
EntityListWrapper::count in includes/entity.wrapper.inc
EntityListWrapper::getIterator in includes/entity.wrapper.inc
If we wrap a list, we return an iterator over the data list.
EntityListWrapper::offsetExists in includes/entity.wrapper.inc
EntityListWrapper::value in includes/entity.wrapper.inc
Returns the list as numerically indexed array.
EntityMetadataWrapper::raw in includes/entity.wrapper.inc
Returns the raw, unprocessed data. Most times this is the same as returned by value(), however for already processed and sanitized textual data, this will return the unprocessed data in contrast to value().
EntityMetadataWrapper::value in includes/entity.wrapper.inc
Returns the wrapped data. If no options are given the data is returned as described in the info.
EntityStructureWrapper::getIdentifier in includes/entity.wrapper.inc
Returns the identifier of the data structure. If there is none, NULL is returned.
EntityStructureWrapper::propertyAccess in includes/entity.wrapper.inc