You are here

protected property ContextConfig::$config in Rules 8.3

The config array.

Type: array

File

src/Context/ContextConfig.php, line 20

Class

ContextConfig
Class for value objects helping with context configuration.

Namespace

Drupal\rules\Context

Code

protected $config = [
  'context_values' => [],
  'context_mapping' => [],
  'context_processors' => [],
  'provides_mapping' => [],
];