You are here

ViewsField.php in Drupal 10

File

core/modules/views/src/Annotation/ViewsField.php
View source
<?php

namespace Drupal\views\Annotation;


/**
 * Defines a Plugin annotation object for views field handlers.
 *
 * @see \Drupal\views\Plugin\views\field\FieldPluginBase
 *
 * @ingroup views_field_handlers
 *
 * @Annotation
 */
class ViewsField extends ViewsHandlerAnnotationBase {

}

Classes

Namesort descending Description
ViewsField Defines a Plugin annotation object for views field handlers.