Parses dynamic .info.yml files that might change during the page request.
Hierarchy
- class \Drupal\Core\Extension\InfoParserDynamic implements InfoParserInterface
File
- core/lib/Drupal/Core/Extension/InfoParserDynamic.php, line 11
Namespace
Drupal\Core\Extension
Members
Name | Modifiers | Type | Description |
---|---|---|---|
InfoParserDynamic::getRequiredKeys | protected | function | Returns an array of keys required to exist in .info.yml file. |
InfoParserDynamic::parse | public | function | Parses Drupal module, theme and profile .info.yml files. Overrides InfoParserInterface::parse |
Please login to continue.