You are here

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

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

Returns the description.

Return value

string The description of the CMS entity.

1 method overrides BrightcoveCMSEntityInterface::getDescription()
BrightcoveCmsEntity::getDescription in src/Entity/BrightcoveCmsEntity.php
Returns the description.

File

src/BrightcoveCMSEntityInterface.php, line 58

Class

BrightcoveCMSEntityInterface
Provides common interface for CMS entities.

Namespace

Drupal\brightcove

Code

public function getDescription();