Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Reference.php
function Reference::__toString
Same name in this branch
11.1.x vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Reference.php
\phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference::__toString()
File
vendor/
symfony/
dependency-injection/
Reference.php
, line 27
Class
Reference
Reference represents a service reference.
Namespace
Symfony\Component\DependencyInjection
Code
public
function
__toString
() : string {
return
$this
->
id
; }
RSS feed