public function SelectionBase::entityQueryAlter

Implements SelectionInterface::entityQueryAlter().

Overrides SelectionInterface::entityQueryAlter

3 methods override SelectionBase::entityQueryAlter()
CommentSelection::entityQueryAlter in drupal/core/modules/comment/lib/Drupal/comment/Plugin/entity_reference/selection/CommentSelection.php
Overrides SelectionBase::entityQueryAlter().
TermSelection::entityQueryAlter in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/entity_reference/selection/TermSelection.php
Overrides SelectionBase::entityQueryAlter().
UserSelection::entityQueryAlter in drupal/core/modules/user/lib/Drupal/user/Plugin/entity_reference/selection/UserSelection.php
Overrides SelectionBase::entityQueryAlter().

File

drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php, line 302
Contains \Drupal\entity_reference\Plugin\entity_reference\selection\SelectionBase.

Class

SelectionBase
Plugin implementation of the 'selection' entity_reference.

Namespace

Drupal\entity_reference\Plugin\entity_reference\selection

Code

public function entityQueryAlter(SelectInterface $query) {
}