class ViewsPluginAnnotationBase
Same name and namespace in other branches
- 11.x core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php \Drupal\views\Annotation\ViewsPluginAnnotationBase
Defines an abstract base class for all views plugin annotations.
Hierarchy
- class \Drupal\Component\Annotation\Plugin extends \Drupal\Component\Annotation\AnnotationInterface
- class \Drupal\views\Annotation\ViewsPluginAnnotationBase implements \Drupal\Component\Annotation\Plugin
Expanded class hierarchy of ViewsPluginAnnotationBase
File
-
core/
modules/ views/ src/ Annotation/ ViewsPluginAnnotationBase.php, line 10
Namespace
Drupal\views\AnnotationView source
abstract class ViewsPluginAnnotationBase extends Plugin {
/**
* Whether or not to register a theme function automatically.
*
* This property is optional and it does not need to be declared.
*
* @var bool
*/
public $register_theme = TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.