You are here

public function BrightcoveSubscriptionInterface::getId in Brightcove Video Connect 8

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

Gets the Subscription's Drupal ID.

Return value

int|null ID of the subscription, or NULL if it's a new entity.

1 method overrides BrightcoveSubscriptionInterface::getId()
BrightcoveSubscription::getId in src/Entity/BrightcoveSubscription.php
Gets the Subscription's Drupal ID.

File

src/Entity/BrightcoveSubscriptionInterface.php, line 74

Class

BrightcoveSubscriptionInterface
Provides an interface for defining Brightcove Subscription entities.

Namespace

Drupal\brightcove\Entity

Code

public function getId();