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

Breadcrumb

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

function NameContext::__construct

Create a name context.

Parameters

ErrorHandler $errorHandler Error handling used to report errors:

File

vendor/nikic/php-parser/lib/PhpParser/NameContext.php, line 27

Class

NameContext

Namespace

PhpParser

Code

public function __construct(ErrorHandler $errorHandler) {
    $this->errorHandler = $errorHandler;
}

API Navigation

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