public function SubscriptionInterface::getOrderIds in Commerce Recurring Framework 8
Gets the recurring order IDs.
Return value
int[] The recurring order IDs.
1 method overrides SubscriptionInterface::getOrderIds()
- Subscription::getOrderIds in src/
Entity/ Subscription.php - Gets the recurring order IDs.
File
- src/
Entity/ SubscriptionInterface.php, line 281
Class
- SubscriptionInterface
- Defines the interface for subscriptions.
Namespace
Drupal\commerce_recurring\EntityCode
public function getOrderIds();