You are here

public function ScheduleInterface::setCreatedTime in Business Rules 8

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

Sets the Schedule creation timestamp.

Parameters

int $timestamp: The Schedule creation timestamp.

Return value

\Drupal\business_rules\Entity\ScheduleInterface The called Schedule entity.

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

File

src/Entity/ScheduleInterface.php, line 54

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function setCreatedTime($timestamp);