You are here

public function BrightcoveSubscriptionInterface::isActive in Brightcove Video Connect 8

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

The status of the Subscription.

Return value

bool It always returns TRUE except for default, which can be FALSE.

1 method overrides BrightcoveSubscriptionInterface::isActive()
BrightcoveSubscription::isActive in src/Entity/BrightcoveSubscription.php
The status of the Subscription.

File

src/Entity/BrightcoveSubscriptionInterface.php, line 16

Class

BrightcoveSubscriptionInterface
Provides an interface for defining Brightcove Subscription entities.

Namespace

Drupal\brightcove\Entity

Code

public function isActive();