protected function FieldPluginBase::documentSelfTokens in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/field/FieldPluginBase.php \Drupal\views\Plugin\views\field\FieldPluginBase::documentSelfTokens()
Document any special tokens this field might use for itself.
See also
addSelfTokens()
1 call to FieldPluginBase::documentSelfTokens()
- FieldPluginBase::buildOptionsForm in core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php - Default options form that provides the label widget that all fields should have.
3 methods override FieldPluginBase::documentSelfTokens()
- EntityField::documentSelfTokens in core/
modules/ views/ src/ Plugin/ views/ field/ EntityField.php - Document any special tokens this field might use for itself.
- Roles::documentSelfTokens in core/
modules/ user/ src/ Plugin/ views/ field/ Roles.php - Document any special tokens this field might use for itself.
- TaxonomyIndexTid::documentSelfTokens in core/
modules/ taxonomy/ src/ Plugin/ views/ field/ TaxonomyIndexTid.php - Document any special tokens this field might use for itself.
File
- core/
modules/ views/ src/ Plugin/ views/ field/ FieldPluginBase.php, line 1732
Class
- FieldPluginBase
- Base class for views fields.
Namespace
Drupal\views\Plugin\views\fieldCode
protected function documentSelfTokens(&$tokens) {
}