You are here

public function Broken::entityQueryAlter in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php \Drupal\Core\Entity\Plugin\EntityReferenceSelection\Broken::entityQueryAlter()

Allows the selection to alter the SelectQuery generated by EntityFieldQuery.

Parameters

\Drupal\Core\Database\Query\SelectInterface $query: A Select Query object.

Overrides SelectionInterface::entityQueryAlter

File

core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php, line 68
Contains \Drupal\Core\Entity\Plugin\EntityReferenceSelection\Broken.

Class

Broken
Defines a fallback plugin for missing entity_reference selection plugins.

Namespace

Drupal\Core\Entity\Plugin\EntityReferenceSelection

Code

public function entityQueryAlter(SelectInterface $query) {
}