You are here

public function BrightcoveCMSEntityInterface::setDescription in Brightcove Video Connect 8

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

Sets the CMS entity's description.

Parameters

string $description: The description of the CMS entity.

Return value

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

1 method overrides BrightcoveCMSEntityInterface::setDescription()
BrightcoveCmsEntity::setDescription in src/Entity/BrightcoveCmsEntity.php
Sets the CMS entity's description.

File

src/BrightcoveCMSEntityInterface.php, line 69

Class

BrightcoveCMSEntityInterface
Provides common interface for CMS entities.

Namespace

Drupal\brightcove

Code

public function setDescription($description);