function SelectionPluginBase::entityQueryAlter
Overrides SelectionInterface::entityQueryAlter
4 calls to SelectionPluginBase::entityQueryAlter()
- CommentSelection::entityQueryAlter in core/
modules/ comment/ src/ Plugin/ EntityReferenceSelection/ CommentSelection.php - Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
- CommentSelection::entityQueryAlter in core/
modules/ comment/ src/ Plugin/ EntityReferenceSelection/ CommentSelection.php - Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
- UserSelection::entityQueryAlter in core/
modules/ user/ src/ Plugin/ EntityReferenceSelection/ UserSelection.php - Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
- UserSelection::entityQueryAlter in core/
modules/ user/ src/ Plugin/ EntityReferenceSelection/ UserSelection.php - Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
2 methods override SelectionPluginBase::entityQueryAlter()
- CommentSelection::entityQueryAlter in core/
modules/ comment/ src/ Plugin/ EntityReferenceSelection/ CommentSelection.php - Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
- UserSelection::entityQueryAlter in core/
modules/ user/ src/ Plugin/ EntityReferenceSelection/ UserSelection.php - Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityReferenceSelection/ SelectionPluginBase.php, line 87
Class
- SelectionPluginBase
- Provides a base class for configurable selection handlers.
Namespace
Drupal\Core\Entity\EntityReferenceSelectionCode
public function entityQueryAlter(SelectInterface $query) {
}