ViewsField.php in Zircon Profile 8
Same filename and directory in other branches
Contains \Drupal\views\Annotation\ViewsField.
Namespace
Drupal\views\AnnotationFile
core/modules/views/src/Annotation/ViewsField.phpView source
<?php
/**
* @file
* Contains \Drupal\views\Annotation\ViewsField.
*/
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
Name | Description |
---|---|
ViewsField | Defines a Plugin annotation object for views field handlers. |