You are here

protected property ViewsData::$skipCache in Zircon Profile 8

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

Whether or not to skip data caching and rebuild data each time.

Type: bool

File

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

Class

ViewsData
Class to manage and lazy load cached views data.

Namespace

Drupal\views

Code

protected $skipCache = FALSE;