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