You are here

public function SchedulingState::__construct in Webform Scheduled Tasks 8.2

SchedulingState constructor.

File

src/SchedulingState.php, line 43

Class

SchedulingState
Get information about the state of task scheduling.

Namespace

Drupal\webform_scheduled_tasks

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}