You are here

public function UnsubscribeUsers::execute in Subscriptions 2.0.x

Executes the plugin.

Overrides ExecutableInterface::execute

File

src/Plugin/Action/UnsubscribeUsers.php, line 30

Class

UnsubscribeUsers
Bulk unsubscribe users.

Namespace

Drupal\subscriptions\Plugin\Action

Code

public function execute(UserInterface $user = NULL) {

  // @todo Fill out this method stub.
}