class ViewsField

Same name in this branch
  1. 10 core/modules/views/src/Annotation/ViewsField.php \Drupal\views\Annotation\ViewsField
Same name and namespace in other branches
  1. 9 core/modules/views/src/Annotation/ViewsField.php \Drupal\views\Annotation\ViewsField
  2. 8.9.x core/modules/views/src/Annotation/ViewsField.php \Drupal\views\Annotation\ViewsField
  3. 11.x core/modules/views/src/Annotation/ViewsField.php \Drupal\views\Annotation\ViewsField
  4. 11.x core/modules/views/src/Attribute/ViewsField.php \Drupal\views\Attribute\ViewsField

Defines a Plugin attribute class for views field handlers.

Attributes

#[\Attribute(\Attribute::TARGET_CLASS)]

Hierarchy

Expanded class hierarchy of ViewsField

See also

\Drupal\views\Plugin\views\field\FieldPluginBase

Related topics

59 files declare their use of ViewsField
Boolean.php in core/modules/views/src/Plugin/views/field/Boolean.php
Broken.php in core/modules/views/src/Plugin/views/field/Broken.php
BulkForm.php in core/modules/views/src/Plugin/views/field/BulkForm.php
CommentBulkForm.php in core/modules/comment/src/Plugin/views/field/CommentBulkForm.php
CommentedEntity.php in core/modules/comment/src/Plugin/views/field/CommentedEntity.php

... See full list

File

core/modules/views/src/Attribute/ViewsField.php, line 16

Namespace

Drupal\views\Attribute
View source
class ViewsField extends PluginID {

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title Overrides
AttributeBase::$class protected property The class used for this attribute class.
AttributeBase::$provider protected property The provider of the attribute class.
AttributeBase::getClass public function Gets the class of the attribute class. Overrides AttributeInterface::getClass 1
AttributeBase::getId public function Gets the unique ID for this attribute class. Overrides AttributeInterface::getId
AttributeBase::getProvider public function Gets the name of the provider of the attribute class. Overrides AttributeInterface::getProvider
AttributeBase::setClass public function Sets the class of the attributed class. Overrides AttributeInterface::setClass 1
AttributeBase::setProvider public function Sets the name of the provider of the attribute class. Overrides AttributeInterface::setProvider
AttributeBase::__construct public function 1
PluginID::get public function Gets the value of an attribute. Overrides AttributeBase::get

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