Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Fqsen.php

function Fqsen::__toString

Same name in this branch
  1. 11.1.x vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/Fqsen.php \phpDocumentor\Reflection\DocBlock\Tags\Reference\Fqsen::__toString()

converts this class to string.

File

vendor/phpdocumentor/reflection-common/src/Fqsen.php, line 77

Class

Fqsen
Value Object for Fqsen.

Namespace

phpDocumentor\Reflection

Code

public function __toString() : string {
    return $this->fqsen;
}
RSS feed
Powered by Drupal