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

Breadcrumb

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

function Headers::getHeaderBody

File

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

Class

Headers
A collection of headers.

Namespace

Symfony\Component\Mime\Header

Code

public function getHeaderBody(string $name) : mixed {
    return $this->has($name) ? $this->get($name)
        ->getBody() : null;
}
RSS feed
Powered by Drupal