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

Breadcrumb

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

function Address::getName

1 call to Address::getName()
Address::getEncodedName in vendor/symfony/mime/Address.php

File

vendor/symfony/mime/Address.php, line 63

Class

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

Namespace

Symfony\Component\Mime

Code

public function getName() : string {
    return $this->name;
}
RSS feed
Powered by Drupal