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

Breadcrumb

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

function Headers::addIdHeader

Return value

$this

File

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

Class

Headers
A collection of headers.

Namespace

Symfony\Component\Mime\Header

Code

public function addIdHeader(string $name, string|array $ids) : static {
    return $this->add(new IdentificationHeader($name, $ids));
}
RSS feed
Powered by Drupal