You are here

public function ScheduleInterface::getCreatedTime in Business Rules 2.x

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

Gets the Schedule creation timestamp.

Return value

int Creation timestamp of the Schedule.

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

File

src/Entity/ScheduleInterface.php, line 43

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function getCreatedTime();