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