Overrides SelectExtender::preExecute
public function preExecute(?SelectInterface $query = NULL) { if (!$this->executedPrepare) { $this->prepareAndNormalize(); } if (!$this->normalize) { return FALSE; } return parent::preExecute($query); }