You are here

final class UserEmailVerificationEvents in User email verification 8

Defines events for the user_email_verification module.

Hierarchy

Expanded class hierarchy of UserEmailVerificationEvents

1 file declares its use of UserEmailVerificationEvents
UserEmailVerificationVerify.php in src/Controller/UserEmailVerificationVerify.php

File

src/Event/UserEmailVerificationEvents.php, line 10

Namespace

Drupal\user_email_verification\Event
View source
final class UserEmailVerificationEvents {

  /**
   * Name of the event fired when a user account is being verify.
   *
   * @Event
   *
   * @see \Drupal\user_email_verification\Event\UserEmailVerificationVerifyEvent
   *
   * @var string
   */
  const VERIFY = 'user_email_verification.verify';

}

Members

Namesort descending Modifiers Type Description Overrides
UserEmailVerificationEvents::VERIFY constant Name of the event fired when a user account is being verify.