You are here

public function ExecutionStateInterface::saveChangesLater in Rules 8.3

Mark a variable to be saved later when the execution is finished.

Parameters

string $selector: The data selector that specifies the target object to be saved. Example: node.uid.entity.

Return value

$this

1 method overrides ExecutionStateInterface::saveChangesLater()
ExecutionState::saveChangesLater in src/Context/ExecutionState.php
Mark a variable to be saved later when the execution is finished.

File

src/Context/ExecutionStateInterface.php, line 116

Class

ExecutionStateInterface
Defines an interface for the execution context state.

Namespace

Drupal\rules\Context

Code

public function saveChangesLater($selector);