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

Breadcrumb

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

function Warning::__toString

Return value

string

File

vendor/egulias/email-validator/src/Warning/Warning.php, line 49

Class

Warning

Namespace

Egulias\EmailValidator\Warning

Code

public function __toString() : string {
    return $this->message() . " rfc: " . $this->rfcNumber . "internal code: " . static::CODE;
}

API Navigation

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