You are here

protected function RowFieldset::getLegend in Views fieldsets 8.3

Object getLegend().

1 call to RowFieldset::getLegend()
RowFieldset::render in src/RowFieldset.php
Object render().

File

src/RowFieldset.php, line 116

Class

RowFieldset

Namespace

Drupal\views_fieldsets

Code

protected function getLegend() {
  return $this
    ->tokenize($this->handler->options['legend']);
}