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

Breadcrumb

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

function IDLeftPart::parseComments

Overrides LocalPart::parseComments

File

vendor/egulias/email-validator/src/Parser/IDLeftPart.php, line 11

Class

IDLeftPart

Namespace

Egulias\EmailValidator\Parser

Code

protected function parseComments() : Result {
    return new InvalidEmail(new CommentsInIDRight(), $this->lexer->current->value);
}

API Navigation

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