protected property ViewsData::$fullyLoaded in Drupal 9
Same name and namespace in other branches
- 8 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 60
Class
- ViewsData
- Class to manage and lazy load cached views data.
Namespace
Drupal\viewsCode
protected $fullyLoaded = FALSE;