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

Breadcrumb

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

class DeprecatedComment

Hierarchy

  • class \Egulias\EmailValidator\Warning\Warning
    • class \Egulias\EmailValidator\Warning\DeprecatedComment extends \Egulias\EmailValidator\Warning\Warning

Expanded class hierarchy of DeprecatedComment

1 file declares its use of DeprecatedComment
DomainPart.php in vendor/egulias/email-validator/src/Parser/DomainPart.php

File

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

Namespace

Egulias\EmailValidator\Warning
View source
class DeprecatedComment extends Warning {
    public const CODE = 37;
    public function __construct() {
        $this->message = 'Deprecated comments';
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title Overrides
DeprecatedComment::CODE public constant Overrides Warning::CODE
DeprecatedComment::__construct public function
Warning::$message protected property
Warning::$rfcNumber protected property
Warning::code public function 20
Warning::message public function
Warning::RFCNumber public function
Warning::__toString public function

API Navigation

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