You are here

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\Entity

Code

public function hasScheduledChanges();