You are here

public function SelectionBase::entityFieldQueryAlter in Entity reference 8

Implements EntityReferenceHandler::entityFieldQueryAlter().

Overrides SelectionInterface::entityFieldQueryAlter

5 methods override SelectionBase::entityFieldQueryAlter()
SelectionEntityTypeComment::entityFieldQueryAlter in lib/Drupal/entityreference/Plugin/Type/Selection/SelectionEntityTypeComment.php
Implements EntityReferenceHandler::entityFieldQueryAlter().
SelectionEntityTypeFile::entityFieldQueryAlter in lib/Drupal/entityreference/Plugin/Type/Selection/SelectionEntityTypeFile.php
Implements EntityReferenceHandler::entityFieldQueryAlter().
SelectionEntityTypeNode::entityFieldQueryAlter in lib/Drupal/entityreference/Plugin/Type/Selection/SelectionEntityTypeNode.php
Implements EntityReferenceHandler::entityFieldQueryAlter().
SelectionEntityTypeTaxonomyTerm::entityFieldQueryAlter in lib/Drupal/entityreference/Plugin/Type/Selection/SelectionEntityTypeTaxonomyTerm.php
Implements EntityReferenceHandler::entityFieldQueryAlter().
SelectionEntityTypeUser::entityFieldQueryAlter in lib/Drupal/entityreference/Plugin/Type/Selection/SelectionEntityTypeUser.php
Implements EntityReferenceHandler::entityFieldQueryAlter().

File

lib/Drupal/entityreference/Plugin/entityreference/selection/SelectionBase.php, line 278
Definition of Drupal\entityreference\Plugin\entityreference\selection\SelectionBase.

Class

SelectionBase
Plugin implementation of the 'selection' entityreference.

Namespace

Drupal\entityreference\Plugin\entityreference\selection

Code

public function entityFieldQueryAlter(AlterableInterface $query) {
}