You are here

constant UserEmailVerificationEvents::VERIFY in User email verification 8

Name of the event fired when a user account is being verify.

See also

\Drupal\user_email_verification\Event\UserEmailVerificationVerifyEvent

File

src/Event/UserEmailVerificationEvents.php, line 21

Class

UserEmailVerificationEvents
Defines events for the user_email_verification module.

Namespace

Drupal\user_email_verification\Event

Code

const VERIFY = 'user_email_verification.verify';