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\EventCode
public function notifyAsBlocked() : bool {
return $this->notifyAsBlocked;
}