protected function ItemCount::defineOptions

File

translators/tmgmt_local/src/Plugin/views/field/ItemCount.php, line 27

Class

ItemCount
Field handler to show the amount of job items per task.

Namespace

Drupal\tmgmt_local\Plugin\views\field

Code

protected function defineOptions() {
  $options = parent::defineOptions();
  $options['state'] = [
    'default' => '',
  ];
  return $options;
}