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

Breadcrumb

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

function InfoParserDynamic::__construct

InfoParserDynamic constructor.

Parameters

string $root: The root directory of the Drupal installation.

2 calls to InfoParserDynamic::__construct()
InfoParser::__construct in core/lib/Drupal/Core/Extension/InfoParser.php
InfoParser constructor.
InfoParser::__construct in core/lib/Drupal/Core/Extension/InfoParser.php
InfoParser constructor.
1 method overrides InfoParserDynamic::__construct()
InfoParser::__construct in core/lib/Drupal/Core/Extension/InfoParser.php
InfoParser constructor.

File

core/lib/Drupal/Core/Extension/InfoParserDynamic.php, line 20

Class

InfoParserDynamic
Parses dynamic .info.yml files that might change during the page request.

Namespace

Drupal\Core\Extension

Code

public function __construct(string $root) {
}

API Navigation

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