Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Exception.php
function Exception::__sleep
File
vendor/
phpunit/
phpunit/
src/
Framework/
Exception/
Exception.php
, line 70
Class
Exception
Base class for all PHPUnit Framework exceptions.
Namespace
PHPUnit\Framework
Code
public
function
__sleep
() : array {
return
array_keys
(
get_object_vars
(
$this
)); }
RSS feed