You are here

public function UserEmailVerificationVerifyEvent::notifyAsBlocked in User email verification 8

Gets whether if the user must be notified as blocked account.

Return value

bool The user account.

File

src/Event/UserEmailVerificationVerifyEvent.php, line 58

Class

UserEmailVerificationVerifyEvent
Wraps a user email verification event for event subscribers.

Namespace

Drupal\user_email_verification\Event

Code

public function notifyAsBlocked() : bool {
  return $this->notifyAsBlocked;
}