ViewsHandlerAnnotationBase.php
Same filename in other branches
Namespace
Drupal\views\AnnotationFile
-
core/
modules/ views/ src/ Annotation/ ViewsHandlerAnnotationBase.php
View 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
Title | Deprecated | Summary |
---|---|---|
ViewsHandlerAnnotationBase | Defines an abstract base class for all views handler annotations. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.