You are here

public function BrightcoveVideoInterface::setScheduleEndsAt in Brightcove Video Connect 8

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

Sets the video's schedule ends at date.

Parameters

string $schedule_ends_at: The datetime of the schedule ends at date.

Return value

\Drupal\brightcove\BrightcoveVideoInterface The called Brightcove Video.

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

File

src/BrightcoveVideoInterface.php, line 378

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function setScheduleEndsAt($schedule_ends_at);