You are here

protected function RowFieldset::tokenize in Views fieldsets 8.3

Object tokenize().

Parameters

string $string: String.

2 calls to RowFieldset::tokenize()
RowFieldset::getClasses in src/RowFieldset.php
Object getClasses().
RowFieldset::getLegend in src/RowFieldset.php
Object getLegend().

File

src/RowFieldset.php, line 138

Class

RowFieldset

Namespace

Drupal\views_fieldsets

Code

protected function tokenize($string) {
  return $this->handler
    ->tokenizeValue($string, $this->row->index);
}