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

Breadcrumb

  1. Drupal Core 11.1.x

CFWSNearAt.php

Namespace

Egulias\EmailValidator\Warning

File

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

View source
<?php

namespace Egulias\EmailValidator\Warning;

class CFWSNearAt extends Warning {
    public const CODE = 49;
    public function __construct() {
        $this->message = "Deprecated folding white space near @";
    }

}

Classes

Title Deprecated Summary
CFWSNearAt

API Navigation

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