You are here

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

Same name and namespace in other branches
  1. 8.2 src/BrightcoveCMSEntityInterface.php \Drupal\brightcove\BrightcoveCMSEntityInterface::getName()
  2. 8 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\brightcove

Code

public function getName();