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();
Please login to continue.