You are here

public function SubscriptionInterface::getOrders in Commerce Recurring Framework 8

Gets the recurring orders.

Return value

\Drupal\commerce_order\Entity\OrderInterface[] The recurring orders.

1 method overrides SubscriptionInterface::getOrders()
Subscription::getOrders in src/Entity/Subscription.php
Gets the recurring orders.

File

src/Entity/SubscriptionInterface.php, line 289

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function getOrders();