You are here

public function RuleScheduleInterface::setDate in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/RuleScheduleInterface.php \Drupal\rng\Entity\RuleScheduleInterface::setDate()

Set execution date.

Parameters

int $date: A unix timestamp for when to execute the rule.

Return value

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

1 method overrides RuleScheduleInterface::setDate()
RuleSchedule::setDate in src/Entity/RuleSchedule.php
Set execution date.

File

src/Entity/RuleScheduleInterface.php, line 37

Class

RuleScheduleInterface
Provides an interface defining a rule scheduler entity.

Namespace

Drupal\rng\Entity

Code

public function setDate($date);