public function SubscriptionInterface::hasScheduledChanges in Commerce Recurring Framework 8
Gets whether the subscription has scheduled changes.
Return value
bool TRUE if the subscription has scheduled changes, FALSE otherwise.
1 method overrides SubscriptionInterface::hasScheduledChanges()
- Subscription::hasScheduledChanges in src/
Entity/ Subscription.php - Gets whether the subscription has scheduled changes.
File
- src/
Entity/ SubscriptionInterface.php, line 512
Class
- SubscriptionInterface
- Defines the interface for subscriptions.
Namespace
Drupal\commerce_recurring\EntityCode
public function hasScheduledChanges();