You are here

public function ScheduleInterface::getScheduled in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::getScheduled()

Gets the Schedule scheduled timestamp.

Return value

int Creation timestamp that it's scheduled.

1 method overrides ScheduleInterface::getScheduled()
Schedule::getScheduled in src/Entity/Schedule.php
Gets the Schedule scheduled timestamp.

File

src/Entity/ScheduleInterface.php, line 138

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function getScheduled();