constant SubscriberInterface::INACTIVE in Simplenews 8
Same name and namespace in other branches
- 8.2 src/SubscriberInterface.php \Drupal\simplenews\SubscriberInterface::INACTIVE
- 3.x src/SubscriberInterface.php \Drupal\simplenews\SubscriberInterface::INACTIVE
Subscriber is inactive.
1 use of SubscriberInterface::INACTIVE
- hook_simplenews_subscription_operations in ./
simplenews.api.php - Return operations to be applied to subscriptions.
File
- src/
SubscriberInterface.php, line 17
Class
- SubscriberInterface
- Provides an interface defining a contant message entity
Namespace
Drupal\simplenewsCode
const INACTIVE = 0;