You are here

public function BrightcoveTextTrackInterface::setCreatedTime in Brightcove Video Connect 3.x

Same name and namespace in other branches
  1. 8.2 src/BrightcoveTextTrackInterface.php \Drupal\brightcove\BrightcoveTextTrackInterface::setCreatedTime()
  2. 8 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\brightcove

Code

public function setCreatedTime($timestamp);