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

Breadcrumb

  1. Drupal Core 11.1.x

CFWSWithFWS.php

Namespace

Egulias\EmailValidator\Warning

File

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

View source
<?php

namespace Egulias\EmailValidator\Warning;

class CFWSWithFWS extends Warning {
    public const CODE = 18;
    public function __construct() {
        $this->message = 'Folding whites space followed by folding white space';
    }

}

Classes

Title Deprecated Summary
CFWSWithFWS

API Navigation

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