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

Breadcrumb

  1. Drupal Core 11.1.x

AddressLiteral.php

Namespace

Egulias\EmailValidator\Warning

File

vendor/egulias/email-validator/src/Warning/AddressLiteral.php

View source
<?php

namespace Egulias\EmailValidator\Warning;

class AddressLiteral extends Warning {
    public const CODE = 12;
    public function __construct() {
        $this->message = 'Address literal in domain part';
        $this->rfcNumber = 5321;
    }

}

Classes

Title Deprecated Summary
AddressLiteral

API Navigation

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