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

Breadcrumb

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

function PrettyPrinterAbstract::pFallback

1 call to PrettyPrinterAbstract::pFallback()
PrettyPrinterAbstract::p in vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php
Pretty prints a node.

File

vendor/nikic/php-parser/lib/PhpParser/PrettyPrinterAbstract.php, line 584

Class

PrettyPrinterAbstract

Namespace

PhpParser

Code

protected function pFallback(Node $node, int $precedence, int $lhsPrecedence) : string {
    return $this->{'p' . $node->getType()}($node, $precedence, $lhsPrecedence);
}

API Navigation

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