function ExecutionState::__construct

Constructs the object.

Parameters

\Drupal\Core\TypedData\TypedDataInterface[] $variables: (optional) Variables to initialize this state with.

File

src/Context/ExecutionState.php, line 73

Class

ExecutionState
The rules execution state.

Namespace

Drupal\rules\Context

Code

protected function __construct(array $variables) {
    $this->variables = $variables;
}