public function BrightcoveVideoInterface::setScheduleStartsAt in Brightcove Video Connect 3.x
Same name and namespace in other branches
- 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::setScheduleStartsAt()
- 8 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 293
Class
- BrightcoveVideoInterface
- Provides an interface for defining Brightcove Videos.
Namespace
Drupal\brightcoveCode
public function setScheduleStartsAt($schedule_starts_at);