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

Breadcrumb

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

function DocBlock::isTemplateEnd

Returns whether this DocBlock is the end of a Template section.

See also

self::isTemplateStart() for a more complete description of the Docblock Template functionality.

File

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

Class

DocBlock

Namespace

phpDocumentor\Reflection

Code

public function isTemplateEnd() : bool {
    return $this->isTemplateEnd;
}
RSS feed
Powered by Drupal