You are here

public function SubscriptionInterface::setState in Feeds 8.3

Sets the state of the subscription.

Parameters

string $state: The state to set.

1 method overrides SubscriptionInterface::setState()
Subscription::setState in src/Entity/Subscription.php
Sets the state of the subscription.

File

src/SubscriptionInterface.php, line 79

Class

SubscriptionInterface
Provides an interface defining a feeds_subscription entity.

Namespace

Drupal\feeds

Code

public function setState($state);