class ViewsField
Same name in other branches
- 8.9.x core/modules/views/src/Annotation/ViewsField.php \Drupal\views\Annotation\ViewsField
- 10 core/modules/views/src/Annotation/ViewsField.php \Drupal\views\Annotation\ViewsField
- 11.x core/modules/views/src/Annotation/ViewsField.php \Drupal\views\Annotation\ViewsField
- 11.x core/modules/views/src/Attribute/ViewsField.php \Drupal\views\Attribute\ViewsField
- 10 core/modules/views/src/Attribute/ViewsField.php \Drupal\views\Attribute\ViewsField
Defines a Plugin annotation object for views field handlers.
Hierarchy
- class \Drupal\Component\Annotation\AnnotationBase implements \Drupal\Component\Annotation\AnnotationInterface
- class \Drupal\Component\Annotation\PluginID extends \Drupal\Component\Annotation\AnnotationBase
- class \Drupal\views\Annotation\ViewsHandlerAnnotationBase extends \Drupal\Component\Annotation\PluginID
- class \Drupal\views\Annotation\ViewsField extends \Drupal\views\Annotation\ViewsHandlerAnnotationBase
- class \Drupal\views\Annotation\ViewsHandlerAnnotationBase extends \Drupal\Component\Annotation\PluginID
- class \Drupal\Component\Annotation\PluginID extends \Drupal\Component\Annotation\AnnotationBase
Expanded class hierarchy of ViewsField
See also
\Drupal\views\Plugin\views\field\FieldPluginBase
Related topics
57 classes are annotated with ViewsField
- Boolean in core/
modules/ views/ src/ Plugin/ views/ field/ Boolean.php - A handler to provide proper displays for booleans.
- Broken in core/
modules/ views/ src/ Plugin/ views/ field/ Broken.php - A special handler to take the place of missing or broken handlers.
- BulkForm in core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php - Defines an actions-based bulk operation form element.
- CommentBulkForm in core/
modules/ comment/ src/ Plugin/ views/ field/ CommentBulkForm.php - Defines a comment operations bulk form element.
- CommentedEntity in core/
modules/ comment/ src/ Plugin/ views/ field/ CommentedEntity.php - Views field display for commented entity.
File
-
core/
modules/ views/ src/ Annotation/ ViewsField.php, line 14
Namespace
Drupal\views\AnnotationView source
class ViewsField extends ViewsHandlerAnnotationBase {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.