You are here

protected property ConfigIteratorSettings::$already_processed in Configuration Management 7.2

An array of already processed configurations. In the id of the configuration is is this array, it will not be proccesed by the iterator.

Type: array

File

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

Class

ConfigIteratorSettings

Namespace

Drupal\configuration\Utils

Code

protected $already_processed = array();