public function BrightcoveSubscriptionInterface::setEvents in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/Entity/BrightcoveSubscriptionInterface.php \Drupal\brightcove\Entity\BrightcoveSubscriptionInterface::setEvents()
- 3.x src/Entity/BrightcoveSubscriptionInterface.php \Drupal\brightcove\Entity\BrightcoveSubscriptionInterface::setEvents()
Sets the events for which we want to subscribe.
Parameters
string[] $events: Array of events to subscribe to.
Return value
$this
1 method overrides BrightcoveSubscriptionInterface::setEvents()
- BrightcoveSubscription::setEvents in src/
Entity/ BrightcoveSubscription.php - Sets the events for which we want to subscribe.
File
- src/
Entity/ BrightcoveSubscriptionInterface.php, line 114
Class
- BrightcoveSubscriptionInterface
- Provides an interface for defining Brightcove Subscription entities.
Namespace
Drupal\brightcove\EntityCode
public function setEvents(array $events);