public function ViewsSelection::entityQueryAlter

Implements \Drupal\entity_reference\Plugin\Type\Selection\SelectionInterface::entityQueryAlter().

Overrides SelectionInterface::entityQueryAlter

File

drupal/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php, line 197
Contains \Drupal\views\Plugin\entity_reference\selection\ViewsSelection.

Class

ViewsSelection
Plugin implementation of the 'selection' entity_reference.

Namespace

Drupal\views\Plugin\entity_reference\selection

Code

public function entityQueryAlter(SelectInterface $query) {
}