function entity_metadata_verbatim_get in Entity API 7
Deprecated. Do not make use of this function, instead use the new one.
File
- includes/
entity.property.inc, line 606 - Provides API functions around hook_entity_property_info(). Also see entity.info.inc, which cares for providing entity property info for all core entity types.
Code
function entity_metadata_verbatim_get($data, array $options, $name) {
return entity_property_verbatim_get($data, $options, $name, NULL, array());
}