You are here

public function SubscriptionInterface::removeScheduledChanges in Commerce Recurring Framework 8

Removes the scheduled changes.

Parameters

string $field_name: (optional) The field name. If provided, only scheduled changes for that field will be removed. Otherwise, all scheduled changes will be removed.

Return value

$this

1 method overrides SubscriptionInterface::removeScheduledChanges()
Subscription::removeScheduledChanges in src/Entity/Subscription.php
Removes the scheduled changes.

File

src/Entity/SubscriptionInterface.php, line 553

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function removeScheduledChanges($field_name = NULL);