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

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

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::$display_types

The types of the display this plugin can be used with. For example the Feed display defines the type 'feed', so only rss style and row plugins can be used in the views UI. Type: array File core/modules/views/src/Annotation/ViewsRow.php, line 72 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $display_types;

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

ViewsRow::$id

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

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

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

ViewsRow::$theme

The theme function used to render the row output. File core/modules/views/src/Annotation/ViewsRow.php, line 55 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $theme;

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