public function BrightcoveSubscription::getId in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/Entity/BrightcoveSubscription.php \Drupal\brightcove\Entity\BrightcoveSubscription::getId()
- 3.x src/Entity/BrightcoveSubscription.php \Drupal\brightcove\Entity\BrightcoveSubscription::getId()
Gets the Subscription's Drupal ID.
Return value
int|null ID of the subscription, or NULL if it's a new entity.
Overrides BrightcoveSubscriptionInterface::getId
File
- src/
Entity/ BrightcoveSubscription.php, line 127
Class
- BrightcoveSubscription
- Defines the Brightcove Subscription entity.
Namespace
Drupal\brightcove\EntityCode
public function getId() {
return $this->id;
}