Overrides ExecutableInterface::execute
public function execute($account = NULL) { // Skip unblocking user if they are already unblocked. if ($account !== FALSE && $account->isBlocked()) { $account->activate(); $account->save(); } }