1 EntityReferenceBehaviorHandler.inc public EntityReferenceBehaviorHandlerInterface::property_info_alter(&$info, $entity_type, $field, $instance, $field_type)

Alter the properties information of a field instance.

See also

entity_hook_field_info()

File

core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc, line 31

Class

EntityReferenceBehaviorHandlerInterface
Additional behaviors for a Entity Reference field.

Code

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