public function BrightcoveVideoInterface::getScheduleEndsAt in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getScheduleEndsAt()
- 3.x src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getScheduleEndsAt()
Returns the schedule ends at date.
Return value
string The datetime of the schedule ends at date.
1 method overrides BrightcoveVideoInterface::getScheduleEndsAt()
- BrightcoveVideo::getScheduleEndsAt in src/
Entity/ BrightcoveVideo.php - Returns the schedule ends at date.
File
- src/
BrightcoveVideoInterface.php, line 367
Class
- BrightcoveVideoInterface
- Provides an interface for defining Brightcove Videos.
Namespace
Drupal\brightcoveCode
public function getScheduleEndsAt();