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

Breadcrumb

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

interface MimeHeaderEncoderInterface

@author Chris Corbyn

Hierarchy

  • interface \Symfony\Component\Mime\Encoder\MimeHeaderEncoderInterface

Expanded class hierarchy of MimeHeaderEncoderInterface

All classes that implement MimeHeaderEncoderInterface

File

vendor/symfony/mime/Encoder/MimeHeaderEncoderInterface.php, line 17

Namespace

Symfony\Component\Mime\Encoder
View source
interface MimeHeaderEncoderInterface {
    
    /**
     * Get the MIME name of this content encoding scheme.
     */
    public function getName() : string;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
MimeHeaderEncoderInterface::getName public function Get the MIME name of this content encoding scheme. 2

API Navigation

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