public function SubscriptionInterface::hasScheduledChange in Commerce Recurring Framework 8
Determines if a scheduled change for the given field exists.
Parameters
string $field_name: The field_name.
mixed $value: (optional) The value.
Return value
bool TRUE if the given change is scheduled, FALSE otherwise.
1 method overrides SubscriptionInterface::hasScheduledChange()
- Subscription::hasScheduledChange in src/
Entity/ Subscription.php - Determines if a scheduled change for the given field exists.
File
- src/
Entity/ SubscriptionInterface.php, line 566
Class
- SubscriptionInterface
- Defines the interface for subscriptions.
Namespace
Drupal\commerce_recurring\EntityCode
public function hasScheduledChange($field_name, $value = NULL);