You are here

protected property VariablesSet::$variables in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/VariablesSet.php \Drupal\business_rules\VariablesSet::variables

The variables storage.

Type: array

File

src/VariablesSet.php, line 17

Class

VariablesSet
Class VariablesSet to be returned on each BusinessRulesVariable plugin.

Namespace

Drupal\business_rules

Code

protected $variables = [];