public function RuleScheduleInterface::setInQueue in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Entity/RuleScheduleInterface.php \Drupal\rng\Entity\RuleScheduleInterface::setInQueue()
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\Entity\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/
Entity/ RuleScheduleInterface.php, line 56
Class
- RuleScheduleInterface
- Provides an interface defining a rule scheduler entity.
Namespace
Drupal\rng\EntityCode
public function setInQueue($in_queue);