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

Breadcrumb

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

class UnOpenedComment

Hierarchy

  • class \Egulias\EmailValidator\Result\Reason\UnOpenedComment implements \Egulias\EmailValidator\Result\Reason\Reason

Expanded class hierarchy of UnOpenedComment

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

File

vendor/egulias/email-validator/src/Result/Reason/UnOpenedComment.php, line 5

Namespace

Egulias\EmailValidator\Result\Reason
View source
class UnOpenedComment implements Reason {
    public function code() : int {
        return 152;
    }
    public function description() : string {
        return 'Missing opening comment parentheses - https://tools.ietf.org/html/rfc5322#section-3.2.2';
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
UnOpenedComment::code public function Code for user land to act upon; Overrides Reason::code
UnOpenedComment::description public function Short description of the result, human readable. Overrides Reason::description

API Navigation

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