You are here

protected function FieldPluginBase::documentSelfTokens in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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()
Field::documentSelfTokens in core/modules/views/src/Plugin/views/field/Field.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 1690
Contains \Drupal\views\Plugin\views\field\FieldPluginBase.

Class

FieldPluginBase
Base class for views fields.

Namespace

Drupal\views\Plugin\views\field

Code

protected function documentSelfTokens(&$tokens) {
}