ViewsHandlerAnnotationBase.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Drupal\views\AnnotationFile
core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.phpView 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
Name | Description |
---|---|
ViewsHandlerAnnotationBase | Defines an abstract base class for all views handler annotations. |