You are here

protected property ViewsDataHelper::$data in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/ViewsDataHelper.php \Drupal\views\ViewsDataHelper::data

The views data object, containing the cached information.

Type: \Drupal\views\ViewsData

File

core/modules/views/src/ViewsDataHelper.php, line 17

Class

ViewsDataHelper
Defines a helper class for stuff related to views data.

Namespace

Drupal\views

Code

protected $data;