public function BrightcoveCMSEntityInterface::setCreatedTime in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveCMSEntityInterface.php \Drupal\brightcove\BrightcoveCMSEntityInterface::setCreatedTime()
- 3.x 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\brightcoveCode
public function setCreatedTime($timestamp);