You are here

public function SubscriberInterface::getStatus in Simplenews 8

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

Returns if the subscriber is active or not.

Return value

boolean The subscribers status.

1 method overrides SubscriberInterface::getStatus()
Subscriber::getStatus in src/Entity/Subscriber.php
Returns if the subscriber is active or not.

File

src/SubscriberInterface.php, line 30

Class

SubscriberInterface
Provides an interface defining a contant message entity

Namespace

Drupal\simplenews

Code

public function getStatus();