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

Breadcrumb

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

function ClassConst::getNode

Returns the built class node.

Return value

Stmt\ClassConst The built constant node

Overrides Builder::getNode

File

vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php, line 141

Class

ClassConst

Namespace

PhpParser\Builder

Code

public function getNode() : PhpParser\Node {
    return new Stmt\ClassConst($this->constants, $this->flags, $this->attributes, $this->attributeGroups, $this->type);
}

API Navigation

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