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

Breadcrumb

  1. Drupal Core 11.1.x

ViewsField.php

Same filename in this branch
  1. 11.1.x core/modules/views/src/Attribute/ViewsField.php

Namespace

Drupal\views\Annotation

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

Title Deprecated Summary
ViewsField Defines a Plugin annotation object for views field handlers.
RSS feed
Powered by Drupal