Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConstExprStringNode.php
function ConstExprStringNode::__toString
2 methods override
ConstExprStringNode::__toString()
DoctrineConstExprStringNode::__toString
in vendor/
phpstan/
phpdoc-parser/
src/
Ast/
ConstExpr/
DoctrineConstExprStringNode.php
QuoteAwareConstExprStringNode::__toString
in vendor/
phpstan/
phpdoc-parser/
src/
Ast/
ConstExpr/
QuoteAwareConstExprStringNode.php
File
vendor/
phpstan/
phpdoc-parser/
src/
Ast/
ConstExpr/
ConstExprStringNode.php
, line 21
Class
ConstExprStringNode
Namespace
PHPStan\PhpDocParser\Ast\ConstExpr
Code
public
function
__toString
() : string {
return
$this
->
value
; }
RSS feed