You are here

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

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

Sets the Schedule scheduled timestamp.

Parameters

int $timestamp: The Schedule scheduled timestamp.

Return value

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

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

File

src/Entity/ScheduleInterface.php, line 149

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function setScheduled($timestamp);