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