You are here

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

Set execution date.

Parameters

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

Return value

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

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

File

src/RuleScheduleInterface.php, line 37

Class

RuleScheduleInterface
Provides an interface defining a rule scheduler entity.

Namespace

Drupal\rng

Code

public function setDate($date);