ViewsRow::$base

The base tables on which this row plugin can be used. Type: array File core/modules/views/src/Annotation/ViewsRow.php, line 62 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $base;

ViewsRow

Defines a Plugin annotation object for views row plugins. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPluginAnnotationBase implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsRow See also \Drupal\views\Plugin\views\row\RowPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views row plugins Plugins that control how Views outputs an individual record. File c

ViewsRenderPipelineMarkup

Defines an object that passes safe strings through the Views render system. This object should only be constructed with a known safe string. If there is any risk that the string contains user-entered data that has not been filtered first, it must not be used. @internal This object is marked as internal because it should only be used in the Views render pipeline. Hierarchy class \Drupal\views\Render\ViewsRenderPipelineMarkup implements \Countable, MarkupInterface uses MarkupTrait See also \D

ViewsRelationship

Defines a Plugin annotation object for views relationship handlers. Hierarchy class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterfaceclass \Drupal\Component\Annotation\PluginIDclass \Drupal\views\Annotation\ViewsHandlerAnnotationBaseclass \Drupal\views\Annotation\ViewsRelationship See also \Drupal\views\Plugin\views\relationship\RelationshipPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views relationship handlers

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

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

ViewsQuery::$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/ViewsQuery.php, line 57 Class ViewsQuery Defines a Plugin annotation object for views query plugins. Namespace Drupal\views\Annotation Code public $no_ui;

ViewsQuery::$id

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

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

ViewsQuery

Defines a Plugin annotation object for views query plugins. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPluginAnnotationBase implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsQuery See also \Drupal\views\Plugin\views\query\QueryPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views query plugins Plugins for views queries. File core/modules/views/src/An