ViewsDisplay::$returns_response

Whether the display returns a response object. Type: bool File core/modules/views/src/Annotation/ViewsDisplay.php, line 132 Class ViewsDisplay Defines a Plugin annotation object for views display plugins. Namespace Drupal\views\Annotation Code public $returns_response;

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

ViewsDisplay::$theme

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

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

ViewsDisplay::$uses_hook_block

Does the display plugin provide blocks. Type: bool File core/modules/views/src/Annotation/ViewsDisplay.php, line 81 Class ViewsDisplay Defines a Plugin annotation object for views display plugins. Namespace Drupal\views\Annotation Code public $uses_hook_block;

ViewsDisplay::$uses_menu_links

Whether or not to use hook_menu() to register a route. Type: bool File core/modules/views/src/Annotation/ViewsDisplay.php, line 67 Class ViewsDisplay Defines a Plugin annotation object for views display plugins. Namespace Drupal\views\Annotation Code public $uses_menu_links;

ViewsDisplay::$uses_route

Does the display plugin registers routes to the route. Type: bool File core/modules/views/src/Annotation/ViewsDisplay.php, line 74 Class ViewsDisplay Defines a Plugin annotation object for views display plugins. Namespace Drupal\views\Annotation Code public $uses_route;

ViewsDisplayExtender

Defines a Plugin annotation object for views display extender plugins. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPluginAnnotationBase implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsDisplayExtender See also \Drupal\views\Plugin\views\display_extender\DisplayExtenderPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views display extender plugins Plugin

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

ViewsDisplayExtender::$id

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