You are here

public function BrightcoveVideoInterface::getScheduleStartsAt in Brightcove Video Connect 3.x

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

Returns the schedule starts at date.

Return value

string The datetime of the schedule starts at date.

1 method overrides BrightcoveVideoInterface::getScheduleStartsAt()
BrightcoveVideo::getScheduleStartsAt in src/Entity/BrightcoveVideo.php
Returns the schedule starts at date.

File

src/BrightcoveVideoInterface.php, line 263

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function getScheduleStartsAt();