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

Alter the properties information of a field instance.

Overrides EntityReferenceBehaviorHandlerInterface::property_info_alter

See also

entity_hook_field_info()

File

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

Class

EntityReferenceBehaviorHandler
An abstract implementation of EntityReferenceBehaviorHandlerInterface.

Code

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