You are here

public function RuleScheduleInterface::setInQueue in RNG - Events and Registrations 8

Set if the rule schedule is added to the queue.

Parameters

bool $in_queue: Whether the rule has been added to the queue for execution.

Return value

\Drupal\rng\RuleScheduleInterface Returns rule schedule for chaining.

1 method overrides RuleScheduleInterface::setInQueue()
RuleSchedule::setInQueue in src/Entity/RuleSchedule.php
Set if the rule schedule is added to the queue.

File

src/RuleScheduleInterface.php, line 56

Class

RuleScheduleInterface
Provides an interface defining a rule scheduler entity.

Namespace

Drupal\rng

Code

public function setInQueue($in_queue);