function FieldHandlerInterface::tokenizeValue
Same name in other branches
- 8.9.x core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::tokenizeValue()
- 10 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::tokenizeValue()
- 11.x core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::tokenizeValue()
Replaces a value with tokens from the last field.
This function actually figures out which field was last and uses its tokens so they will all be available.
Parameters
string $value: The raw string.
bool $row_index: The index of current row.
1 method overrides FieldHandlerInterface::tokenizeValue()
- FieldPluginBase::tokenizeValue in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Replaces a value with tokens from the last field.
File
-
core/
modules/ views/ src/ Plugin/ views/ field/ FieldHandlerInterface.php, line 95
Class
- FieldHandlerInterface
- Base field handler that has no options and renders an unformatted field.
Namespace
Drupal\views\Plugin\views\fieldCode
public function tokenizeValue($value, $row_index = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.