public function GroupByNumeric::adminLabel

Same name in this branch

Return a string representing this handler's name in the UI.

Overrides HandlerBase::adminLabel

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php, line 31
Definition of Drupal\views\Plugin\views\argument\GroupByNumeric.

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));
}