You are here

public function ExecutionStateInterface::getAutoSaveSelectors in Rules 8.3

Returns the list of variables that should be auto-saved after execution.

Return value

string[] The list of data selectors that specify the target object to be saved. Example: node.uid.entity.

1 method overrides ExecutionStateInterface::getAutoSaveSelectors()
ExecutionState::getAutoSaveSelectors in src/Context/ExecutionState.php
Returns the list of variables that should be auto-saved after execution.

File

src/Context/ExecutionStateInterface.php, line 125

Class

ExecutionStateInterface
Defines an interface for the execution context state.

Namespace

Drupal\rules\Context

Code

public function getAutoSaveSelectors();