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

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

ViewsDisplayExtender::$no_ui

Whether or not the plugin is 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/ViewsDisplayExtender.php, line 57 Class ViewsDisplayExtender Defines a Plugin annotation object for views display extender plugins. Namespace Drupal\views\Annotation Code public $no_ui;

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

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

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::$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::$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 = '';