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