public function BrightcoveCustomFieldInterface::setCustomFieldId in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveCustomFieldInterface.php \Drupal\brightcove\BrightcoveCustomFieldInterface::setCustomFieldId()
- 3.x src/BrightcoveCustomFieldInterface.php \Drupal\brightcove\BrightcoveCustomFieldInterface::setCustomFieldId()
Sets the Brightcove ID of the Custom Field.
Parameters
string $custom_field_id: The ID of the Custom Field on Brightcove.
Return value
\Drupal\brightcove\BrightcoveCustomFieldInterface The called Brightcove Custom Field.
1 method overrides BrightcoveCustomFieldInterface::setCustomFieldId()
- BrightcoveCustomField::setCustomFieldId in src/
Entity/ BrightcoveCustomField.php - Sets the Brightcove ID of the Custom Field.
File
- src/
BrightcoveCustomFieldInterface.php, line 27
Class
- BrightcoveCustomFieldInterface
- Provides an interface defining a Brightcove custom field.
Namespace
Drupal\brightcoveCode
public function setCustomFieldId($custom_field_id);