
| Current Path : /var/www/html_old/abh/web/core/modules/views/src/Annotation/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/abh/web/core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php |
<?php
namespace Drupal\views\Annotation;
use Drupal\Component\Annotation\AnnotationInterface;
use Drupal\Component\Annotation\Plugin;
/**
* Defines an abstract base class for all views plugin annotations.
*/
abstract class ViewsPluginAnnotationBase extends Plugin implements AnnotationInterface {
/**
* Whether or not to register a theme function automatically.
*
* @var bool (optional)
*/
public $register_theme = TRUE;
}