You are here

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

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

Sets the Brightcove CMS entity creation timestamp.

Parameters

int $timestamp: The Brightcove CMS entity creation timestamp.

Return value

\Drupal\brightcove\BrightcoveCMSEntityInterface The called Brightcove CMS entity.

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

File

src/BrightcoveCMSEntityInterface.php, line 88

Class

BrightcoveCMSEntityInterface
Provides common interface for CMS entities.

Namespace

Drupal\brightcove

Code

public function setCreatedTime($timestamp);