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

Breadcrumb

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

class DomainHyphened

Hierarchy

  • class \Egulias\EmailValidator\Result\Reason\DetailedReason implements \Egulias\EmailValidator\Result\Reason\Reason
    • class \Egulias\EmailValidator\Result\Reason\DomainHyphened extends \Egulias\EmailValidator\Result\Reason\DetailedReason

Expanded class hierarchy of DomainHyphened

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

File

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

Namespace

Egulias\EmailValidator\Result\Reason
View source
class DomainHyphened extends DetailedReason {
    public function code() : int {
        return 144;
    }
    public function description() : string {
        return 'S_HYPHEN found in domain';
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
DetailedReason::$detailedDescription protected property
DetailedReason::__construct public function
DomainHyphened::code public function Code for user land to act upon; Overrides Reason::code
DomainHyphened::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