ViewsData::$allStorage
Same name in other branches
- 9 core/modules/views/src/ViewsData.php \Drupal\views\ViewsData::allStorage
- 10 core/modules/views/src/ViewsData.php \Drupal\views\ViewsData::allStorage
- 11.x core/modules/views/src/ViewsData.php \Drupal\views\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\viewsCode
protected $allStorage = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.