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

Breadcrumb

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

function Headers::isUniqueHeader

1 call to Headers::isUniqueHeader()
MessageListener::setHeaders in vendor/symfony/mailer/EventListener/MessageListener.php

File

vendor/symfony/mime/Header/Headers.php, line 218

Class

Headers
A collection of headers.

Namespace

Symfony\Component\Mime\Header

Code

public static function isUniqueHeader(string $name) : bool {
    return \in_array(strtolower($name), self::UNIQUE_HEADERS, true);
}

API Navigation

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