You are here

public function BrightcoveVideoInterface::getCustomFieldValues in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getCustomFieldValues()
  2. 3.x src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::getCustomFieldValues()

Returns the custom field values.

Return value

array Each field's value keyed by it's field ID.

1 method overrides BrightcoveVideoInterface::getCustomFieldValues()
BrightcoveVideo::getCustomFieldValues in src/Entity/BrightcoveVideo.php
Returns the custom field values.

File

src/BrightcoveVideoInterface.php, line 337

Class

BrightcoveVideoInterface
Provides an interface for defining Brightcove Videos.

Namespace

Drupal\brightcove

Code

public function getCustomFieldValues();