public function SelectionBroken::entityQueryAlter

Implements SelectionInterface::entityQueryAlter().

Overrides SelectionInterface::entityQueryAlter

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionBroken.php, line 64
Contains \Drupal\entity_reference\Plugin\Type\Selection\SelectionBroken.

Class

SelectionBroken
A null implementation of SelectionInterface.

Namespace

Drupal\entity_reference\Plugin\Type\Selection

Code

public function entityQueryAlter(SelectInterface $query) {
}