You are here

protected property ConfigIteratorSettings::$process_optionals in Configuration Management 7.2

A boolean flag to indicate that the $callback must be called for the optional configurations of the current processed configuration.

Type: boolean

File

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

Class

ConfigIteratorSettings

Namespace

Drupal\configuration\Utils

Code

protected $process_optionals = TRUE;