1 EntityReferenceSelectionHandler.inc | public EntityReferenceSelectionHandlerBroken::entityFieldQueryAlter(SelectQueryInterface $query) |
Give the handler a chance to alter the SelectQuery generated by EntityFieldQuery.
Overrides EntityReferenceSelectionHandlerInterface::entityFieldQueryAlter
File
- core/
modules/ entityreference/ plugins/ selection/ EntityReferenceSelectionHandler.inc, line 109 - Abstraction of the selection logic of an entity reference field.
Class
- EntityReferenceSelectionHandlerBroken
- A null implementation of EntityReferenceSelectionHandler.
Code
public function entityFieldQueryAlter(SelectQueryInterface $query) {
}