You are here

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

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

Code

public function getCreatedTime();