You are here

public function CerPresetSelectionHandler::entityFieldQueryAlter in Corresponding Entity References 7.3

Give the handler a chance to alter the SelectQuery generated by EntityFieldQuery.

Overrides EntityReference_SelectionHandler::entityFieldQueryAlter

File

extensions/cer_entity_settings/plugins/entityreference/selection/CerPresetSelectionHandler.class.php, line 49

Class

CerPresetSelectionHandler

Code

public function entityFieldQueryAlter(SelectQueryInterface $query) {

  // NOP
}