public ViewsData::get($key = NULL)
Gets data for a particular table, or all tables.
Parameters
string|null $key: The key of the cache entry to retrieve. Defaults to NULL, this will return all table data.
Return value
array $data An array of table data.
Deprecated NULL $key deprecated in Drupal 8.2.x and will be removed in 9.0.0. Use getAll() instead.
See also
https://www.drupal.org/node/2723553
File
core/modules/views/src/ViewsData.php, line 146
Class
ViewsData Class to manage and la