public property ViewsPluginAnnotationBase::$register_theme in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php \Drupal\views\Annotation\ViewsPluginAnnotationBase::register_theme
Whether or not to register a theme function automatically.
Type: bool (optional)
File
- core/
modules/ views/ src/ Annotation/ ViewsPluginAnnotationBase.php, line 32 - Contains \Drupal\views\Annotation\ViewsPluginAnnotationBase.
Class
- ViewsPluginAnnotationBase
- Defines an abstract base class for all views plugin annotations.
Namespace
Drupal\views\AnnotationCode
public $register_theme = TRUE;