public function BrightcoveTextTrackInterface::getCreatedTime in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveTextTrackInterface.php \Drupal\brightcove\BrightcoveTextTrackInterface::getCreatedTime()
- 3.x src/BrightcoveTextTrackInterface.php \Drupal\brightcove\BrightcoveTextTrackInterface::getCreatedTime()
Gets the Brightcove Text Track creation timestamp.
Return value
int Creation timestamp of the Brightcove Text Track.
1 method overrides BrightcoveTextTrackInterface::getCreatedTime()
- BrightcoveTextTrack::getCreatedTime in src/
Entity/ BrightcoveTextTrack.php - Gets the Brightcove Text Track creation timestamp.
File
- src/
BrightcoveTextTrackInterface.php, line 240
Class
- BrightcoveTextTrackInterface
- Provides an interface for defining Brightcove Text Track entities.
Namespace
Drupal\brightcoveCode
public function getCreatedTime();