Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MessagePart.php
function MessagePart::__sleep
Overrides
DataPart::__sleep
File
vendor/
symfony/
mime/
Part/
MessagePart.php
, line 60
Class
MessagePart
@final
Namespace
Symfony\Component\Mime\Part
Code
public
function
__sleep
() : array {
return
[
'message'
, ]; }
RSS feed