You are here

function FieldPluginBase::document_self_tokens in Views (for Drupal 7) 8.3

Document any special tokens this field might use for itself.

See also

add_self_tokens()

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

File

lib/Drupal/views/Plugin/views/field/FieldPluginBase.php, line 1578
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

function document_self_tokens(&$tokens) {
}