function FieldPluginBase::documentSelfTokens

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/field/FieldPluginBase.php \Drupal\views\Plugin\views\field\FieldPluginBase::documentSelfTokens()
  2. 8.9.x core/modules/views/src/Plugin/views/field/FieldPluginBase.php \Drupal\views\Plugin\views\field\FieldPluginBase::documentSelfTokens()
  3. 10 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 option form that provides 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 1783

Class

FieldPluginBase
Base class for views fields.

Namespace

Drupal\views\Plugin\views\field

Code

protected function documentSelfTokens(&$tokens) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.