public function BrightcoveCMSEntityInterface::getName in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveCMSEntityInterface.php \Drupal\brightcove\BrightcoveCMSEntityInterface::getName()
- 3.x src/BrightcoveCMSEntityInterface.php \Drupal\brightcove\BrightcoveCMSEntityInterface::getName()
Gets the Brightcove CMS entity name.
Return value
string Name of the Brightcove CMS entity.
1 method overrides BrightcoveCMSEntityInterface::getName()
- BrightcoveCmsEntity::getName in src/
Entity/ BrightcoveCmsEntity.php - Gets the Brightcove CMS entity name.
File
- src/
BrightcoveCMSEntityInterface.php, line 20
Class
- BrightcoveCMSEntityInterface
- Provides common interface for CMS entities.
Namespace
Drupal\brightcoveCode
public function getName();