You are here

public function RulesComponent::getState in Rules 8.3

Gets the execution state.

Return value

\Drupal\rules\Context\ExecutionStateInterface The execution state for this component.

File

src/Engine/RulesComponent.php, line 132

Class

RulesComponent
Handles executable Rules components.

Namespace

Drupal\rules\Engine

Code

public function getState() {
  return $this->state;
}