You are here

public function SelectionBroken::entityFieldQueryAlter in Entity reference 8

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

Overrides SelectionInterface::entityFieldQueryAlter

File

lib/Drupal/entityreference/Plugin/Type/Selection/SelectionBroken.php, line 51
Definition of Drupal\entityreference\Plugin\entityreference\selection\SelectionBroken.

Class

SelectionBroken
A null implementation of EntityReference_SelectionHandler.

Namespace

Drupal\entityreference\Plugin\Type\Selection

Code

public function entityFieldQueryAlter(AlterableInterface $query) {
}