protected function FieldPluginBase::documentSelfTokens

Document any special tokens this field might use for itself.

See also

addSelfTokens()

1 call to FieldPluginBase::documentSelfTokens()
FieldPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/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 drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php
Document any special tokens this field might use for itself.
Roles::documentSelfTokens in drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Roles.php
Document any special tokens this field might use for itself.
TaxonomyIndexTid::documentSelfTokens in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/TaxonomyIndexTid.php
Document any special tokens this field might use for itself.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php, line 1583
Definition of Drupal\views\Plugin\views\field\FieldPluginBase.

Class

FieldPluginBase
Base field handler that has no options and renders an unformatted field.

Namespace

Drupal\views\Plugin\views\field

Code

protected function documentSelfTokens(&$tokens) {
}