ensure_my_table(); $field = $this->get_field(); $placeholder = $this->placeholder(); $this->query->add_having_expression(0, "$field = $placeholder", array($placeholder => $this->argument)); } /** * {@inheritdoc} */ public function ui_name($short = FALSE) { return $this->get_field(parent::ui_name($short)); } /** * {@inheritdoc} */ public function get_sort_name() { return t('Numerical', array(), array('context' => 'Sort order')); } }