public function SubscriptionInterface::getState in Feeds 8.3
Returns the state of the subscription.
The state of the subscription can be, for example:
- 'subscribed', which means that the subscription is active.
Return value
string The state of the subscription.
1 method overrides SubscriptionInterface::getState()
- Subscription::getState in src/
Entity/ Subscription.php - Returns the state of the subscription.
File
- src/
SubscriptionInterface.php, line 71
Class
- SubscriptionInterface
- Provides an interface defining a feeds_subscription entity.
Namespace
Drupal\feedsCode
public function getState();