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