You are here

public function SubscriptionManagerInterface::reset in Simplenews 8

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

Reset static caches.

1 method overrides SubscriptionManagerInterface::reset()
SubscriptionManager::reset in src/Subscription/SubscriptionManager.php
Reset static caches.

File

src/Subscription/SubscriptionManagerInterface.php, line 115

Class

SubscriptionManagerInterface
Subscription management; subscribe, unsubscribe and get subscription status.

Namespace

Drupal\simplenews\Subscription

Code

public function reset();