ViewsHandlerAnnotationBase.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\views\AnnotationFile
core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.phpView source
<?php
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. |