class Comment
Same name in this branch
- 11.1.x vendor/egulias/email-validator/src/Parser/Comment.php \Egulias\EmailValidator\Parser\Comment
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Comment.php \PhpParser\Comment
- 11.1.x vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/Comment.php \SlevomatCodingStandard\Helpers\Comment
- 11.1.x vendor/squizlabs/php_codesniffer/src/Tokenizers/Comment.php \PHP_CodeSniffer\Tokenizers\Comment
- 11.1.x vendor/mck89/peast/lib/Peast/Syntax/Node/Comment.php \Peast\Syntax\Node\Comment
- 11.1.x core/modules/comment/src/Plugin/migrate/source/d6/Comment.php \Drupal\comment\Plugin\migrate\source\d6\Comment
- 11.1.x core/modules/comment/src/Plugin/migrate/source/d7/Comment.php \Drupal\comment\Plugin\migrate\source\d7\Comment
- 11.1.x core/modules/comment/src/Plugin/views/wizard/Comment.php \Drupal\comment\Plugin\views\wizard\Comment
- 11.1.x core/modules/comment/src/Entity/Comment.php \Drupal\comment\Entity\Comment
Hierarchy
- class \Egulias\EmailValidator\Warning\Warning
- class \Egulias\EmailValidator\Warning\Comment extends \Egulias\EmailValidator\Warning\Warning
Expanded class hierarchy of Comment
1 file declares its use of Comment
- Comment.php in vendor/
egulias/ email-validator/ src/ Parser/ Comment.php
115 string references to 'Comment'
- AuthorNameFormatter::isApplicable in core/
modules/ comment/ src/ Plugin/ Field/ FieldFormatter/ AuthorNameFormatter.php - Returns if the formatter can be used for the provided field.
- comment.info.yml in core/
modules/ comment/ comment.info.yml - core/modules/comment/comment.info.yml
- comment.migrate_drupal.yml in core/
modules/ comment/ migrations/ state/ comment.migrate_drupal.yml - core/modules/comment/migrations/state/comment.migrate_drupal.yml
- comment.routing.yml in core/
modules/ comment/ comment.routing.yml - core/modules/comment/comment.routing.yml
- comment.type.comment.yml in core/
profiles/ standard/ config/ install/ comment.type.comment.yml - core/profiles/standard/config/install/comment.type.comment.yml
File
-
vendor/
egulias/ email-validator/ src/ Warning/ Comment.php, line 5
Namespace
Egulias\EmailValidator\WarningView source
class Comment extends Warning {
public const CODE = 17;
public function __construct() {
$this->message = "Comments found in this email";
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
Comment::CODE | public | constant | Overrides Warning::CODE | ||
Comment::__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 |