ViewsArea

Defines a Plugin annotation object for views area handlers. Hierarchy class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterfaceclass \Drupal\Component\Annotation\PluginIDclass \Drupal\views\Annotation\ViewsHandlerAnnotationBaseclass \Drupal\views\Annotation\ViewsArea See also \Drupal\views\Plugin\views\area\AreaPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views area handler plugins Plugins governing areas of views,

ViewsArgument

Defines a Plugin annotation object for views argument handlers. Hierarchy class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterfaceclass \Drupal\Component\Annotation\PluginIDclass \Drupal\views\Annotation\ViewsHandlerAnnotationBaseclass \Drupal\views\Annotation\ViewsArgument See also \Drupal\views\Plugin\views\argument\ArgumentPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views argument handlers Handler plugins for

ViewsArgumentDefault

Defines a Plugin annotation object for views argument default plugins. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPluginAnnotationBase implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsArgumentDefault See also \Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views argument default plugins Plugin

ViewsAccess::$help

A short help string; this is displayed 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/ViewsAccess.php, line 49 Class ViewsAccess Defines a Plugin annotation object for views access plugins. Namespace Drupal\views\Annotation Code public $help = '';

ViewsAccess::$no_ui

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

ViewsAccess::$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/ViewsAccess.php, line 31 Class ViewsAccess Defines a Plugin annotation object for views access plugins. Namespace Drupal\views\Annotation Code public $title = '';

ViewsAccess::$id

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

ViewsAccess::$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/ViewsAccess.php, line 40 Class ViewsAccess Defines a Plugin annotation object for views access plugins. Namespace Drupal\views\Annotation Code public $short_title = '';

ViewsAccess::$base

The base tables on which this access plugin can be used. If no base table is specified the plugin can be used with all tables. Type: array File core/modules/views/src/Annotation/ViewsAccess.php, line 68 Class ViewsAccess Defines a Plugin annotation object for views access plugins. Namespace Drupal\views\Annotation Code public $base;

ViewsAccess

Defines a Plugin annotation object for views access plugins. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPluginAnnotationBase implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsAccess See also \Drupal\views\Plugin\views\access\AccessPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views access plugins Plugins to handle access checking for views. File co