Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FieldPluginBase.php

function 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 1785

Class

FieldPluginBase
Base class for views fields.

Namespace

Drupal\views\Plugin\views\field

Code

protected function documentSelfTokens(&$tokens) {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal