public property ViewsPluginAnnotationBase::$register_theme in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php \Drupal\views\Annotation\ViewsPluginAnnotationBase::register_theme
- 9 core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php \Drupal\views\Annotation\ViewsPluginAnnotationBase::register_theme
Whether or not to register a theme function automatically.
This property is optional and it does not need to be declared.
Type: bool
File
- core/
modules/ views/ src/ Annotation/ ViewsPluginAnnotationBase.php, line 19
Class
- ViewsPluginAnnotationBase
- Defines an abstract base class for all views plugin annotations.
Namespace
Drupal\views\AnnotationCode
public $register_theme = TRUE;