function ExecutionStateInterface::autoSave
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\ContextCode
public function autoSave();