final class UserEmailVerificationEvents in User email verification 8
Defines events for the user_email_verification module.
Hierarchy
- class \Drupal\user_email_verification\Event\UserEmailVerificationEvents
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\EventView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
UserEmailVerificationEvents:: |
constant | Name of the event fired when a user account is being verify. |