Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EmailTooLong.php

function EmailTooLong::__construct

File

vendor/egulias/email-validator/src/Warning/EmailTooLong.php, line 11

Class

EmailTooLong

Namespace

Egulias\EmailValidator\Warning

Code

public function __construct() {
    $this->message = 'Email is too long, exceeds ' . EmailParser::EMAIL_MAX_LENGTH;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal