You are here

public function ExecutionStateInterface::autoSave in Rules 8.3

Saves all variables that have been marked for auto saving.

Return value

$this

1 method overrides ExecutionStateInterface::autoSave()
ExecutionState::autoSave in src/Context/ExecutionState.php
Saves all variables that have been marked for auto saving.

File

src/Context/ExecutionStateInterface.php, line 132

Class

ExecutionStateInterface
Defines an interface for the execution context state.

Namespace

Drupal\rules\Context

Code

public function autoSave();