public static function UserEmailVerificationNeeded::getLabel in User email verification 8
Returns the label of the cache context.
Return value
string The label of the cache context.
Overrides CacheContextInterface::getLabel
File
- src/
Cache/ Context/ UserEmailVerificationNeeded.php, line 47
Class
- UserEmailVerificationNeeded
- Defines the UserEmailVerificationNeeded context service.
Namespace
Drupal\user_email_verification\Cache\ContextCode
public static function getLabel() {
return t('User Email verification needed');
}