You are here

public function BrightcoveSubscriptionInterface::getEvents in Brightcove Video Connect 8

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

Returns subscribed events.

Return value

string[] Array of events subscribed to.

1 method overrides BrightcoveSubscriptionInterface::getEvents()
BrightcoveSubscription::getEvents in src/Entity/BrightcoveSubscription.php
Returns subscribed events.

File

src/Entity/BrightcoveSubscriptionInterface.php, line 66

Class

BrightcoveSubscriptionInterface
Provides an interface for defining Brightcove Subscription entities.

Namespace

Drupal\brightcove\Entity

Code

public function getEvents();