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

Breadcrumb

  1. Drupal Core 11.1.x

Builder.php

Same filename in this branch
  1. 11.1.x vendor/phpunit/php-code-coverage/src/Node/Builder.php
  2. 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Builder.php
  3. 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Builder.php

Namespace

PhpParser

File

vendor/nikic/php-parser/lib/PhpParser/Builder.php

View source
<?php

declare (strict_types=1);
namespace PhpParser;

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

}

Interfaces

Title Deprecated Summary
Builder

API Navigation

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