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

Breadcrumb

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

interface Builder

Hierarchy

  • interface \PhpParser\Builder

Expanded class hierarchy of Builder

All classes that implement Builder

3 files declare their use of Builder
TraitUse.php in vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUse.php
TraitUseAdaptation.php in vendor/nikic/php-parser/lib/PhpParser/Builder/TraitUseAdaptation.php
Use_.php in vendor/nikic/php-parser/lib/PhpParser/Builder/Use_.php

File

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

Namespace

PhpParser
View source
interface Builder {
    
    /**
     * Returns the built node.
     *
     * @return Node The built node
     */
    public function getNode() : Node;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
Builder::getNode public function Returns the built node. 14

API Navigation

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