public function Broken::entityQueryAlter in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\EntityReferenceSelectionCode
public function entityQueryAlter(SelectInterface $query) {
}