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

Stores a module manager to invoke hooks. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/views/src/ViewsData.php, line 81 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code protected $moduleHandler;

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

Whether the data has been fully loaded in this request. Type: bool File core/modules/views/src/ViewsData.php, line 60 Class ViewsData Class to manage and lazy load cached views data. Namespace Drupal\views Code protected $fullyLoaded = FALSE;

ViewsData::$entityTypeManager

The entity type manager. Type: \Drupal\Core\Entity\EntityTypeManagerInterface File core/modules/content_moderation/src/ViewsData.php, line 21 Class ViewsData Provides the content_moderation views integration. Namespace Drupal\content_moderation Code protected $entityTypeManager;

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;

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';