You are here

public function EntityReference_SelectionHandler_Broken::entityFieldQueryAlter in Entity reference 7

Give the handler a chance to alter the SelectQuery generated by EntityFieldQuery.

Overrides EntityReference_SelectionHandler::entityFieldQueryAlter

File

plugins/selection/abstract.inc, line 109
Abstraction of the selection logic of an entity reference field.

Class

EntityReference_SelectionHandler_Broken
A null implementation of EntityReference_SelectionHandler.

Code

public function entityFieldQueryAlter(SelectQueryInterface $query) {
}