Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TextPart.php
function TextPart::getName
Gets the name of the file.
File
vendor/
symfony/
mime/
Part/
TextPart.php
, line 120
Class
TextPart
@author Fabien Potencier <
fabien@symfony.com
>
Namespace
Symfony\Component\Mime\Part
Code
public
function
getName
() : ?string {
return
$this
->
name
; }
RSS feed