function RulesComponent::getState
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\EngineCode
public function getState() {
return $this->state;
}