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

Breadcrumb

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

function Node::getDocComment

Gets the doc comment of the node.

Return value

null|Comment\Doc Doc comment object or null

1 method overrides Node::getDocComment()
NodeAbstract::getDocComment in vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php
Gets the doc comment of the node.

File

vendor/nikic/php-parser/lib/PhpParser/Node.php, line 105

Class

Node

Namespace

PhpParser

Code

public function getDocComment() : ?Comment\Doc;
RSS feed
Powered by Drupal