46 calls to module_load_include() in Drupal 7
- dashboard_admin_blocks in modules/
dashboard/ dashboard.module - Page callback: Builds the page for administering dashboard blocks.
- form_get_cache in includes/
form.inc - Fetches a form from cache.
- form_load_include in includes/
form.inc - Ensures an include file is loaded whenever the form is processed.
- forum_overview in modules/
forum/ forum.admin.inc - Form constructor for the forum overview form.
- hook_user_cancel in modules/
user/ user.api.php - Act on user account cancellations.
- ImageEffectsUnitTest::setUp in modules/
image/ image.test - Sets up a Drupal site for running functional and integration tests.
- ImageToolkitGdTestCase::testManipulations in modules/
simpletest/ tests/ image.test - Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
- image_effect_apply in modules/
image/ image.module - Applies an image effect to the image object.
- image_style_transform_dimensions in modules/
image/ image.module - Determines the dimensions of the styled image.
- ModuleUnitTest::testModuleImplements in modules/
simpletest/ tests/ module.test - Test module_implements() caching.
- ModuleUpdater::getSchemaUpdates in modules/
system/ system.updater.inc - Return available database schema updates one a new version is installed.
- module_hook in includes/
module.inc - Determines whether a module implements a hook.
- module_implements in includes/
module.inc - Determines which modules are implementing a hook.
- module_load_all_includes in includes/
module.inc - Loads an include file for each module enabled in the {system} table.
- module_load_install in includes/
module.inc - Loads a module's installation hooks.
- node_user_cancel in modules/
node/ node.module - Implements hook_user_cancel().
- OpenIDTestCase::setUp in modules/
openid/ openid.test - Sets up a Drupal site for running functional and integration tests.
- openid_association in modules/
openid/ openid.module - Attempt to create a shared secret with the OpenID Provider.
- openid_association_request in modules/
openid/ openid.module - openid_authentication in modules/
openid/ openid.module - Authenticate a user or attempt registration.
- openid_authentication_request in modules/
openid/ openid.module - openid_begin in modules/
openid/ openid.module - The initial step of OpenID authentication responsible for the following:
- openid_complete in modules/
openid/ openid.module - Completes OpenID authentication by validating returned data from the OpenID Provider.
- openid_discovery in modules/
openid/ openid.module - Perform discovery on a claimed ID to determine the OpenID provider endpoint.
- openid_form_user_register_form_alter in modules/
openid/ openid.module - Implements hook_form_FORM_ID_alter().
- openid_test_install in modules/
openid/ tests/ openid_test.install - Implements hook_install().
- openid_verify_assertion in modules/
openid/ openid.module - Attempt to verify the response received from the OpenID Provider.
- TaxonomyHooksTestCase::setUp in modules/
taxonomy/ taxonomy.test - Sets up a Drupal site for running functional and integration tests.
- UpdateCoreUnitTestCase::setUp in modules/
update/ update.test - Sets up unit test environment.
- update_create_fetch_task in modules/
update/ update.module - Creates a new fetch task after loading the necessary include file.
- update_cron in modules/
update/ update.module - Implements hook_cron().
- update_fetch_data in modules/
update/ update.module - Attempts to fetch update data after loading the necessary include file.
- update_get_available in modules/
update/ update.module - Tries to get update information from cache and refreshes it when necessary.
- update_manager_install_form_submit in modules/
update/ update.manager.inc - Form submission handler for update_manager_install_form().
- update_manager_update_form in modules/
update/ update.manager.inc - Form constructor for the update form of the Update Manager module.
- update_manager_update_ready_form_submit in modules/
update/ update.manager.inc - Form submission handler for update_manager_update_ready_form().
- update_refresh in modules/
update/ update.module - Refreshes the release data after loading the necessary include file.
- update_requirements in modules/
update/ update.install - Implements hook_requirements().
- update_status in modules/
update/ update.report.inc - Page callback: Generates a page about the update status of projects.
- update_update_7000 in modules/
update/ update.install - Create a queue to store tasks for requests to fetch available update data.
- user_admin_settings in modules/
user/ user.admin.inc - Form builder; Configure user settings for this site.
- user_menu_site_status_alter in modules/
user/ user.module - Implements hook_menu_site_status_alter().
- user_multiple_cancel_confirm in modules/
user/ user.module - _openid_test_endpoint_associate in modules/
openid/ tests/ openid_test.module - OpenID endpoint; handle "associate" requests (see OpenID Authentication 2.0, section 8).
- _openid_test_endpoint_authenticate in modules/
openid/ tests/ openid_test.module - OpenID endpoint; handle "authenticate" requests.
- _update_refresh in modules/
update/ update.fetch.inc - Clears out all the cached available update data and initiates re-fetching.