function ExecutionState::getVariableValue

Overrides ExecutionStateInterface::getVariableValue

File

src/Context/ExecutionState.php, line 114

Class

ExecutionState
The rules execution state.

Namespace

Drupal\rules\Context

Code

public function getVariableValue($name) {
    return $this->getVariable($name)
        ->getValue();
}