You are here

public function SubscriptionInterface::addScheduledChange in Commerce Recurring Framework 8

Adds a scheduled change for the given field.

Parameters

string $field_name: The field_name.

mixed $value: The value.

Return value

$this

1 method overrides SubscriptionInterface::addScheduledChange()
Subscription::addScheduledChange in src/Entity/Subscription.php
Adds a scheduled change for the given field.

File

src/Entity/SubscriptionInterface.php, line 542

Class

SubscriptionInterface
Defines the interface for subscriptions.

Namespace

Drupal\commerce_recurring\Entity

Code

public function addScheduledChange($field_name, $value);