You are here

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

Get if rule schedule is in queue.

Return value

boolean $in_queue Whether the rule is in the queue for execution.

1 method overrides RuleScheduleInterface::getInQueue()
RuleSchedule::getInQueue in src/Entity/RuleSchedule.php
Get if rule schedule is in queue.

File

src/RuleScheduleInterface.php, line 45

Class

RuleScheduleInterface
Provides an interface defining a rule scheduler entity.

Namespace

Drupal\rng

Code

public function getInQueue();