1 EntityReferenceSelectionHandler.inc public EntityReferenceSelectionHandlerInterface::entityFieldQueryAlter(SelectQueryInterface $query)

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

File

core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc, line 60
Abstraction of the selection logic of an entity reference field.

Class

EntityReferenceSelectionHandlerInterface
@file Abstraction of the selection logic of an entity reference field.

Code

public function entityFieldQueryAlter(SelectQueryInterface $query);