Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
100.00%
1 / 1
100.00% covered (success)
100.00%
0 / 0
CRAP
100.00% covered (success)
100.00%
0 / 0
ViewsHandlerAnnotationBase
100.00% covered (success)
100.00%
1 / 1
100.00% covered (success)
100.00%
0 / 0
0
100.00% covered (success)
100.00%
0 / 0
<?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 {
}