view core/modules/views/src/Annotation/ViewsField.php @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
line wrap: on
line 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 {

}