public function EntityReference_SelectionHandler::entityFieldQueryAlter in Entity reference 7
Give the handler a chance to alter the SelectQuery generated by EntityFieldQuery.
3 methods override EntityReference_SelectionHandler::entityFieldQueryAlter()
- EntityReference_SelectionHandler_Broken::entityFieldQueryAlter in plugins/
selection/ abstract.inc - Give the handler a chance to alter the SelectQuery generated by EntityFieldQuery.
- EntityReference_SelectionHandler_Generic::entityFieldQueryAlter in plugins/
selection/ EntityReference_SelectionHandler_Generic.class.php - Implements EntityReferenceHandler::entityFieldQueryAlter().
- EntityReference_SelectionHandler_Views::entityFieldQueryAlter in plugins/
selection/ EntityReference_SelectionHandler_Views.class.php - Implements EntityReferenceHandler::entityFieldQueryAlter().
File
- plugins/
selection/ abstract.inc, line 60 - Abstraction of the selection logic of an entity reference field.
Class
- EntityReference_SelectionHandler
- @file Abstraction of the selection logic of an entity reference field.
Code
public function entityFieldQueryAlter(SelectQueryInterface $query);