ensureMyTable(); $field = $this->getField(); $placeholder = $this->placeholder(); $this->query->addHavingExpression(0, "$field = $placeholder", [$placeholder => $this->argument]); } public function adminLabel($short = FALSE) { return $this->getField(parent::adminLabel($short)); } /** * {@inheritdoc} */ public function getSortName() { return $this->t('Numerical', [], ['context' => 'Sort order']); } }