You are here

constant SubscriberInterface::ACTIVE in Simplenews 8

Same name and namespace in other branches
  1. 8.2 src/SubscriberInterface.php \Drupal\simplenews\SubscriberInterface::ACTIVE
  2. 3.x src/SubscriberInterface.php \Drupal\simplenews\SubscriberInterface::ACTIVE

Subscriber is active.

1 use of SubscriberInterface::ACTIVE
hook_simplenews_subscription_operations in ./simplenews.api.php
Return operations to be applied to subscriptions.

File

src/SubscriberInterface.php, line 22

Class

SubscriberInterface
Provides an interface defining a contant message entity

Namespace

Drupal\simplenews

Code

const ACTIVE = 1;