backdrop_required_modules in core/includes/module.inc
Returns an array of modules required by core.
backdrop_system_listing in core/includes/common.inc
Returns information about system object files (modules, themes, etc.).
CommonBackdropParseInfoFileTestCase::testParseInfoFile in core/modules/simpletest/tests/common.test
Parse an example .info file an verify the results.
drupal_parse_info_file in core/includes/drupal.inc
Parses Backdrop module and theme .info files.
InfoFileCoreTest::testProjectInfoFileContents in core/modules/system/tests/system.test
Tests that the .info files of all core projects specify a project type.
installer_verify_update_archive in core/modules/installer/installer.module
Implements hook_verify_update_archive().
install_profile_info in core/includes/install.inc
Retrieves information about an installation profile from its .info file.
layout_get_layout_template_info in core/modules/layout/layout.module
Load the information of either a single layout template or all available layout templates.
simpletest_test_get_all in core/modules/simpletest/simpletest.module
Get a list of all of the tests provided by the system.
system_modules_uninstall_confirm_form in core/modules/system/system.admin.inc
Confirm uninstall of selected modules.
Updater::getProjectTitle in core/includes/updater.inc
Return the project name from a Backdrop info file.
Updater::getProjectType in core/includes/updater.inc
Return the project type from a Backdrop info file or directory.
update_module_add_to_system in core/includes/update.inc
Adds modules to the system table in a Backdrop core update.
_system_rebuild_module_data in core/modules/system/system.module
Helper function to scan and collect module .info data.
_system_rebuild_theme_data in core/modules/system/system.module
Helper function to scan and collect theme .info data and their engines.