public function SubscriptionInterface::getStoreId in Commerce Recurring Framework 8
Gets the store ID.
Return value
int The store ID.
1 method overrides SubscriptionInterface::getStoreId()
- Subscription::getStoreId in src/
Entity/ Subscription.php - Gets the store ID.
File
- src/
Entity/ SubscriptionInterface.php, line 40
Class
- SubscriptionInterface
- Defines the interface for subscriptions.
Namespace
Drupal\commerce_recurring\EntityCode
public function getStoreId();