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

Breadcrumb

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

function PathHeader::getBody

Overrides HeaderInterface::getBody

File

vendor/symfony/mime/Header/PathHeader.php, line 43

Class

PathHeader
A Path Header, such a Return-Path (one address).

Namespace

Symfony\Component\Mime\Header

Code

public function getBody() : Address {
    return $this->getAddress();
}

API Navigation

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