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