drupal/core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php

18 lines
309 B
PHP

<?php
/**
* @file
* Contains \Drupal\views\Annotation\ViewsPluginAnnotationBase.
*/
namespace Drupal\views\Annotation;
use Drupal\Component\Annotation\PluginID;
/**
* Defines an abstract base class for all views handler annotations.
*/
abstract class ViewsHandlerAnnotationBase extends PluginID {
}