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

Breadcrumb

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

TextPart::DEFAULT_ENCODERS

File

vendor/symfony/mime/Part/TextPart.php, line 26

Class

TextPart
@author Fabien Potencier <fabien@symfony.com>

Namespace

Symfony\Component\Mime\Part

Code

private const DEFAULT_ENCODERS = [
    'quoted-printable',
    'base64',
    '8bit',
];
RSS feed
Powered by Drupal