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

Breadcrumb

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

interface AddressEncoderInterface

@author Christian Schmidt

Hierarchy

  • interface \Symfony\Component\Mime\Encoder\AddressEncoderInterface

Expanded class hierarchy of AddressEncoderInterface

All classes that implement AddressEncoderInterface

File

vendor/symfony/mime/Encoder/AddressEncoderInterface.php, line 19

Namespace

Symfony\Component\Mime\Encoder
View source
interface AddressEncoderInterface {
    
    /**
     * Encodes an email address.
     *
     * @throws AddressEncoderException if the email cannot be represented in
     *                                 the encoding implemented by this class
     */
    public function encodeString(string $address) : string;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
AddressEncoderInterface::encodeString public function Encodes an email address. 1

API Navigation

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