10 uses of DRUPAL_PHP_FUNCTION_PATTERN

DrupalKernel::moduleData in drupal/core/lib/Drupal/Core/DrupalKernel.php
Returns module data on the filesystem.
drupal_get_filename in drupal/core/includes/bootstrap.inc
Returns and optionally sets the filename for a system resource.
drupal_required_modules in drupal/core/includes/module.inc
Returns an array of modules required by core.
drupal_verify_profile in drupal/core/includes/install.inc
Verifies that all dependencies are met for a given installation profile.
install_begin_request in drupal/core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
simpletest_classloader_register in drupal/core/modules/simpletest/simpletest.module
Registers namespaces for disabled modules.
update_verify_update_archive in drupal/core/modules/update/update.module
Implements hook_verify_update_archive().
_menu_router_build in drupal/core/includes/menu.inc
Builds the router table based on the data from hook_menu().
_system_rebuild_module_data in drupal/core/modules/system/system.module
Helper function to scan and collect module .info data.
_system_rebuild_theme_data in drupal/core/modules/system/system.module
Helper function to scan and collect theme .info data and their engines.