9 calls to drupal_parse_info_file()

drupal_required_modules in drupal/core/includes/module.inc
Returns an array of modules required by core.
install_profile_info in drupal/core/includes/install.inc
Retrieves information about an installation profile from its .info.yml file.
ModulesUninstallConfirmForm::buildForm in drupal/core/modules/system/lib/Drupal/system/Form/ModulesUninstallConfirmForm.php
ParseInfoFileUnitTest::testParseInfoFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/ParseInfoFileUnitTest.php
Parses an example .info.yml file and verifies the results.
SystemListingInfo::process in drupal/core/lib/Drupal/Core/SystemListingInfo.php
Overrides Drupal\Core\SystemListing::process().
Updater::getProjectTitle in drupal/core/lib/Drupal/Core/Updater/Updater.php
Returns the project name from a Drupal info file.
update_verify_update_archive in drupal/core/modules/update/update.module
Implements hook_verify_update_archive().
_system_rebuild_module_data in drupal/core/modules/system/system.module
Helper function to scan and collect module .info.yml data.
_system_rebuild_theme_data in drupal/core/modules/system/system.module
Helper function to scan and collect theme .info.yml data and their engines.