You are here

public function SubscriptionInterface::getPurchasedEntityId in Commerce Recurring Framework 8

Gets the purchased entity ID.

Return value

int|null The purchased entity ID, or NULL.

1 method overrides SubscriptionInterface::getPurchasedEntityId()
Subscription::getPurchasedEntityId in src/Entity/Subscription.php
Gets the purchased entity ID.

File

src/Entity/SubscriptionInterface.php, line 164

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getPurchasedEntityId();