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

Breadcrumb

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

function Description::__toString

Returns a plain string representation of this description.

File

vendor/phpdocumentor/reflection-docblock/src/DocBlock/Description.php, line 114

Class

Description
Object representing to description for a DocBlock.

Namespace

phpDocumentor\Reflection\DocBlock

Code

public function __toString() : string {
    return $this->render();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal