ViewsData::$languageManager

The language manager. Type: \Drupal\Core\Language\LanguageManagerInterface File core/modules/views/src/ViewsData.php, line 88 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code protected $languageManager;

ViewsData::$langcode

The current language code. Type: string File core/modules/views/src/ViewsData.php, line 74 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code protected $langcode;

ViewsData::$skipCache

Whether or not to skip data caching and rebuild data each time. Type: bool File core/modules/views/src/ViewsData.php, line 67 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code protected $skipCache = FALSE;

ViewsData::alterViewsData

public ViewsData::alterViewsData(array &$data) Alters the table and field information from hook_views_data(). Parameters array $data: An array of all information about Views tables and fields, collected from hook_views_data(), passed by reference. See also hook_views_data() File core/modules/content_moderation/src/ViewsData.php, line 240 Class ViewsData Provides the content_moderation views integration. Namespace Drupal\content_moderation Code public function alterViewsData(array

ViewsData::$storage

Table data storage. This is used for explicitly requested tables. Type: array File core/modules/views/src/ViewsData.php, line 43 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code protected $storage = array();

ViewsData::$moderationInformation

The moderation information. Type: \Drupal\content_moderation\ModerationInformationInterface File core/modules/content_moderation/src/ViewsData.php, line 28 Class ViewsData Provides the content_moderation views integration. Namespace Drupal\content_moderation Code protected $moderationInformation;

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

The base cache ID to use. Type: string File core/modules/views/src/ViewsData.php, line 27 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code protected $baseCid = 'views_data';

ViewsData::$cacheBackend

The cache backend to use. Type: \Drupal\Core\Cache\CacheBackendInterface File core/modules/views/src/ViewsData.php, line 34 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code protected $cacheBackend;