Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
DataPart.php
function DataPart::asInline
Return value
$this
File
vendor/
symfony/
mime/
Part/
DataPart.php
, line 58
Class
DataPart
@author Fabien Potencier <
fabien@symfony.com
>
Namespace
Symfony\Component\Mime\Part
Code
public
function
asInline
() : static {
return
$this
->
setDisposition
(
'inline'
); }
RSS feed