You are here

protected property ConfigIteratorSettings::$cache in Configuration Management 7.2

An array that storage the already processed configurations. If a configuration is in this array, it will not be loaded in each iteration.

Type: array

File

lib/Drupal/configuration/Utils/ConfigIteratorSettings.php, line 46
Definition of Drupal\configuration\Utils\ConfigIteratorSettings.

Class

ConfigIteratorSettings

Namespace

Drupal\configuration\Utils

Code

protected $cache = array();