You are here

constant SubscriberInterface::INACTIVE in Simplenews 8

Same name and namespace in other branches
  1. 8.2 src/SubscriberInterface.php \Drupal\simplenews\SubscriberInterface::INACTIVE
  2. 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\simplenews

Code

const INACTIVE = 0;