You are here

public function BrightcoveCMSEntityInterface::getCreatedTime in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveCMSEntityInterface.php \Drupal\brightcove\BrightcoveCMSEntityInterface::getCreatedTime()
  2. 3.x src/BrightcoveCMSEntityInterface.php \Drupal\brightcove\BrightcoveCMSEntityInterface::getCreatedTime()

Gets the Brightcove CMS entity creation timestamp.

Return value

int Creation timestamp of the Brightcove CMS entity.

1 method overrides BrightcoveCMSEntityInterface::getCreatedTime()
BrightcoveCmsEntity::getCreatedTime in src/Entity/BrightcoveCmsEntity.php
Gets the Brightcove CMS entity creation timestamp.

File

src/BrightcoveCMSEntityInterface.php, line 77

Class

BrightcoveCMSEntityInterface
Provides common interface for CMS entities.

Namespace

Drupal\brightcove

Code

public function getCreatedTime();