14 calls to EntityMetadataWrapper::value() in Entity API 7
- EntityDrupalWrapper::value in includes/
entity.wrapper.inc - Overridden.
- EntityListWrapper::get in includes/
entity.wrapper.inc - Get the wrapper for a single item.
- EntityListWrapper::getIterator in includes/
entity.wrapper.inc - If we wrap a list, we return an iterator over the data list.
- EntityListWrapper::getPropertyValue in includes/
entity.wrapper.inc - EntityListWrapper::label in includes/
entity.wrapper.inc - Returns the label for the list of set values if available.
- EntityListWrapper::setProperty in includes/
entity.wrapper.inc - EntityListWrapper::value in includes/
entity.wrapper.inc - Returns the list as numerically indexed array.
- EntityMetadataWrapper::label in includes/
entity.wrapper.inc - Returns the label for the currently set property value if there is one available, i.e. if an options list has been specified.
- 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().
- EntityStructureWrapper::getPropertyRaw in includes/
entity.wrapper.inc - Gets the raw value of a property.
- EntityStructureWrapper::getPropertyValue in includes/
entity.wrapper.inc - Gets the value of a property.
- EntityStructureWrapper::propertyAccess in includes/
entity.wrapper.inc - EntityStructureWrapper::setProperty in includes/
entity.wrapper.inc - Sets a property.
- EntityValueWrapper::value in includes/
entity.wrapper.inc - Overrides EntityMetadataWrapper#value(). Sanitizes or decode textual data if necessary.