public function BrightcoveVideoInterface::setCustomFieldValues in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::setCustomFieldValues()
- 3.x src/BrightcoveVideoInterface.php \Drupal\brightcove\BrightcoveVideoInterface::setCustomFieldValues()
Sets the custom field values.
Parameters
array $values: Field values keyed by field's ID.
Return value
\Drupal\brightcove\BrightcoveVideoInterface The called Brightcove Video.
1 method overrides BrightcoveVideoInterface::setCustomFieldValues()
- BrightcoveVideo::setCustomFieldValues in src/
Entity/ BrightcoveVideo.php - Sets the custom field values.
File
- src/
BrightcoveVideoInterface.php, line 348
Class
- BrightcoveVideoInterface
- Provides an interface for defining Brightcove Videos.
Namespace
Drupal\brightcoveCode
public function setCustomFieldValues(array $values);