You are here

ViewsHandlerAnnotationBase.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php

File

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

/**
 * @file
 * Contains \Drupal\views\Annotation\ViewsHandlerAnnotationBase.
 */
namespace Drupal\views\Annotation;

use Drupal\Component\Annotation\PluginID;

/**
 * Defines an abstract base class for all views handler annotations.
 */
abstract class ViewsHandlerAnnotationBase extends PluginID {

}

Classes

Namesort descending Description
ViewsHandlerAnnotationBase Defines an abstract base class for all views handler annotations.