ViewsCache

Defines a Plugin annotation object for views cache plugins. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPluginAnnotationBase implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsCache See also \Drupal\views\Plugin\views\cache\CachePluginBase Related topics Annotations Annotations for class discovery and metadata description. Views cache plugins Plugins to handle Views caches. File core/modules/views/s

ViewsArgumentValidator::$title

The plugin title used in the views UI. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/views/src/Annotation/ViewsArgumentValidator.php, line 30 Class ViewsArgumentValidator Defines a Plugin annotation object for views argument validator plugins. Namespace Drupal\views\Annotation Code public $title = '';

ViewsArgumentValidator::$short_title

(optional) The short title used in the views UI. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/views/src/Annotation/ViewsArgumentValidator.php, line 39 Class ViewsArgumentValidator Defines a Plugin annotation object for views argument validator plugins. Namespace Drupal\views\Annotation Code public $short_title = '';

ViewsArgumentValidator::$no_ui

Whether the plugin should be not selectable in the UI. If it's set to TRUE, you can still use it via the API in config files. Type: bool File core/modules/views/src/Annotation/ViewsArgumentValidator.php, line 48 Class ViewsArgumentValidator Defines a Plugin annotation object for views argument validator plugins. Namespace Drupal\views\Annotation Code public $no_ui;

ViewsArgumentValidator::$id

The plugin ID. Type: string File core/modules/views/src/Annotation/ViewsArgumentValidator.php, line 21 Class ViewsArgumentValidator Defines a Plugin annotation object for views argument validator plugins. Namespace Drupal\views\Annotation Code public $id;

ViewsArgumentValidator

Defines a Plugin annotation object for views argument validator plugins. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPluginAnnotationBase implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsArgumentValidator See also \Drupal\views\Plugin\views\argument_validator\ArgumentValidatorPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views argument validate plugi

ViewsArgumentDefault::$title

The plugin title used in the views UI. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/views/src/Annotation/ViewsArgumentDefault.php, line 30 Class ViewsArgumentDefault Defines a Plugin annotation object for views argument default plugins. Namespace Drupal\views\Annotation Code public $title = '';

ViewsArgumentDefault::$short_title

(optional) The short title used in the views UI. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/views/src/Annotation/ViewsArgumentDefault.php, line 39 Class ViewsArgumentDefault Defines a Plugin annotation object for views argument default plugins. Namespace Drupal\views\Annotation Code public $short_title = '';

ViewsArgumentDefault::$no_ui

Whether the plugin should be not selectable in the UI. If it's set to TRUE, you can still use it via the API in config files. Type: bool File core/modules/views/src/Annotation/ViewsArgumentDefault.php, line 48 Class ViewsArgumentDefault Defines a Plugin annotation object for views argument default plugins. Namespace Drupal\views\Annotation Code public $no_ui;

ViewsArgumentDefault::$id

The plugin ID. Type: string File core/modules/views/src/Annotation/ViewsArgumentDefault.php, line 21 Class ViewsArgumentDefault Defines a Plugin annotation object for views argument default plugins. Namespace Drupal\views\Annotation Code public $id;