You are here

public function BrightcoveVideoInterface::setScheduleStartsAt in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::setScheduleStartsAt()
  2. 3.x src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::setScheduleStartsAt()

Sets the video's schedule starts at date.

Parameters

string $schedule_starts_at: The datetime of the schedule starts at date.

Return value

\Drupal\brightcove\BrightcoveVideoInterface The called Brightcove Video.

1 method overrides BrightcoveVideoInterface::setScheduleStartsAt()
BrightcoveVideo::setScheduleStartsAt in src/Entity/BrightcoveVideo.php
Sets the video's schedule starts at date.

File

src/BrightcoveVideoInterface.php, line 359

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function setScheduleStartsAt($schedule_starts_at);