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

Breadcrumb

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

function DescriptionFactory::__construct

Initializes this factory with the means to construct (inline) tags.

File

vendor/phpdocumentor/reflection-docblock/src/DocBlock/DescriptionFactory.php, line 56

Class

DescriptionFactory
Creates a new Description object given a body of text.

Namespace

phpDocumentor\Reflection\DocBlock

Code

public function __construct(Factory $tagFactory) {
    $this->tagFactory = $tagFactory;
}
RSS feed
Powered by Drupal