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