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

Breadcrumb

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

function ContentEncoderInterface::getName

Gets the MIME name of this content encoding scheme.

3 methods override ContentEncoderInterface::getName()
Base64ContentEncoder::getName in vendor/symfony/mime/Encoder/Base64ContentEncoder.php
Gets the MIME name of this content encoding scheme.
EightBitContentEncoder::getName in vendor/symfony/mime/Encoder/EightBitContentEncoder.php
Gets the MIME name of this content encoding scheme.
QpContentEncoder::getName in vendor/symfony/mime/Encoder/QpContentEncoder.php
Gets the MIME name of this content encoding scheme.

File

vendor/symfony/mime/Encoder/ContentEncoderInterface.php, line 29

Class

ContentEncoderInterface
@author Chris Corbyn

Namespace

Symfony\Component\Mime\Encoder

Code

public function getName() : string;

API Navigation

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