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

Breadcrumb

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

function EmailLexer::getNonCatchablePatterns

Lexical non-catchable patterns.

Return value

string[]

Overrides AbstractLexer::getNonCatchablePatterns

File

vendor/egulias/email-validator/src/EmailLexer.php, line 301

Class

EmailLexer
@extends AbstractLexer<int, string>

Namespace

Egulias\EmailValidator

Code

protected function getNonCatchablePatterns() : array {
    return self::NON_CATCHABLE_PATTERNS;
}

API Navigation

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