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

Breadcrumb

  1. Drupal Core 11.1.x

Reason.php

Namespace

Egulias\EmailValidator\Result\Reason

File

vendor/egulias/email-validator/src/Result/Reason/Reason.php

View source
<?php

namespace Egulias\EmailValidator\Result\Reason;

interface Reason {
    
    /**
     * Code for user land to act upon;
     */
    public function code() : int;
    
    /**
     * Short description of the result, human readable.
     */
    public function description() : string;

}

Interfaces

Title Deprecated Summary
Reason

API Navigation

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