function GroupByNumeric::adminLabel

Overrides HandlerBase::adminLabel

File

core/modules/views/src/Plugin/views/argument/GroupByNumeric.php, line 22

Class

GroupByNumeric
Simple handler for arguments using group by.

Namespace

Drupal\views\Plugin\views\argument

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.