You are here

protected property EntityStructureWrapper::$propertyInfoDefaults in Entity API 7

File

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

Class

EntityStructureWrapper
Provides a general wrapper for any data structure. For this to work the metadata has to be passed during construction.

Code

protected $propertyInfoDefaults = array(
  'type' => 'text',
  'getter callback' => 'entity_property_verbatim_get',
  'clear' => array(),
);