Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConstStub.php
function ConstStub::__toString
File
vendor/
symfony/
var-dumper/
Caster/
ConstStub.php
, line 29
Class
ConstStub
Represents a PHP constant and its value.
Namespace
Symfony\Component\VarDumper\Caster
Code
public
function
__toString
() : string {
return
(
string
)
$this
->
value
; }
RSS feed