You are here

public function RuleScheduleInterface::getDate 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::getDate()

Execution date as a unix timestamp.

Return value

int A timestamp.

1 method overrides RuleScheduleInterface::getDate()
RuleSchedule::getDate in src/Entity/RuleSchedule.php
Execution date as a unix timestamp.

File

src/Entity/RuleScheduleInterface.php, line 26

Class

RuleScheduleInterface
Provides an interface defining a rule scheduler entity.

Namespace

Drupal\rng\Entity

Code

public function getDate();