You are here

protected property ViewsData::$fullyLoaded in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/ViewsData.php \Drupal\views\ViewsData::fullyLoaded

Whether the data has been fully loaded in this request.

Type: bool

File

core/modules/views/src/ViewsData.php, line 65
Contains \Drupal\views\ViewsData.

Class

ViewsData
Class to manage and lazy load cached views data.

Namespace

Drupal\views

Code

protected $fullyLoaded = FALSE;