Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Data.php
function Data::__isset
1 call to
Data::__isset()
Data::offsetExists
in vendor/
symfony/
var-dumper/
Cloner/
Data.php
File
vendor/
symfony/
var-dumper/
Cloner/
Data.php
, line 135
Class
Data
@author Nicolas Grekas <
p@tchwork.com
>
Namespace
Symfony\Component\VarDumper\Cloner
Code
public
function
__isset
(string
$key
) : bool {
return
null
!==
$this
->
seek
(
$key
); }
RSS feed