You are here

public function EntityReference_BehaviorHandler::property_info_alter in Entity reference 7

Alter the properties information of a field instance.

See also

entity_hook_field_info()

1 method overrides EntityReference_BehaviorHandler::property_info_alter()
EntityReference_BehaviorHandler_Abstract::property_info_alter in plugins/behavior/abstract.inc
Alter the properties information of a field instance.

File

plugins/behavior/abstract.inc, line 31

Class

EntityReference_BehaviorHandler
Additional behaviors for a Entity Reference field.

Code

public function property_info_alter(&$info, $entity_type, $field, $instance, $field_type);