function GroupByNumeric::adminLabel

Overrides HandlerBase::adminLabel

File

core/modules/views/src/Plugin/views/filter/GroupByNumeric.php, line 68

Class

GroupByNumeric
Simple filter to handle greater than/less than filters.

Namespace

Drupal\views\Plugin\views\filter

Code

public function adminLabel($short = FALSE) {
  return $this->getField(parent::adminLabel($short));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.