public function BrightcoveSubscriptionInterface::getId in Brightcove Video Connect 3.x
Same name and namespace in other branches
- 8.2 src/Entity/BrightcoveSubscriptionInterface.php \Drupal\brightcove\Entity\BrightcoveSubscriptionInterface::getId()
- 8 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\EntityCode
public function getId();