ViewsData::$allStorage

All table storage data loaded from cache. This is used when all data has been loaded from the cache to prevent further cache get calls when rebuilding all data or for single tables. Type: array File core/modules/views/src/ViewsData.php, line 53 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code protected $allStorage = array();

ViewsData

Provides the content_moderation views integration. Hierarchy class \Drupal\content_moderation\ViewsData uses StringTranslationTrait File core/modules/content_moderation/src/ViewsData.php, line 12 Namespace Drupal\content_moderation Members Name Modifiers Type Description StringTranslationTrait::$stringTranslation protected property The string translation service. StringTranslationTrait::formatPlural protected function Formats a string containing a count of items.

ViewsData

Class to manage and lazy load cached views data. If a table is requested and cannot be loaded from cache, all data is then requested from cache. A table-specific cache entry will then be created for the requested table based on this cached data. Table data is only rebuilt when no cache entry for all table data can be retrieved. Hierarchy class \Drupal\views\ViewsData File core/modules/views/src/ViewsData.php, line 20 Namespace Drupal\views Members Name Modifiers Type Description

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

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

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

ViewsCache::$id

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

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

ViewsCache::$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/ViewsCache.php, line 58 Class ViewsCache Defines a Plugin annotation object for views cache plugins. Namespace Drupal\views\Annotation Code public $display_types;

ViewsCache::$base

The base tables on which this cache 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/ViewsCache.php, line 67 Class ViewsCache Defines a Plugin annotation object for views cache plugins. Namespace Drupal\views\Annotation Code public $base;