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\ExtensionCode
public function __construct(string $root) {
}