Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
module.inc
»
module_load_include
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
46 calls to module_load_include()
dashboard_admin_blocks
in drupal/
modules/
dashboard/
dashboard.module
Page callback: Builds the page for administering dashboard blocks.
form_get_cache
in drupal/
includes/
form.inc
Fetches a form from cache.
form_load_include
in drupal/
includes/
form.inc
Ensures an include file is loaded whenever the form is processed.
forum_overview
in drupal/
modules/
forum/
forum.admin.inc
Form constructor for the forum overview form.
hook_user_cancel
in drupal/
modules/
user/
user.api.php
Act on user account cancellations.
ImageEffectsUnitTest::setUp
in drupal/
modules/
image/
image.test
Sets up a Drupal site for running functional and integration tests.
ImageToolkitGdTestCase::testManipulations
in drupal/
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 drupal/
modules/
image/
image.module
Applies an image effect to the image object.
image_style_transform_dimensions
in drupal/
modules/
image/
image.module
Determines the dimensions of the styled image.
ModuleUnitTest::testModuleImplements
in drupal/
modules/
simpletest/
tests/
module.test
Test
module_implements
() caching.
ModuleUpdater::getSchemaUpdates
in drupal/
modules/
system/
system.updater.inc
Return available database schema updates one a new version is installed.
module_hook
in drupal/
includes/
module.inc
Determines whether a module implements a hook.
module_implements
in drupal/
includes/
module.inc
Determines which modules are implementing a hook.
module_load_all_includes
in drupal/
includes/
module.inc
Loads an include file for each module enabled in the {system} table.
module_load_install
in drupal/
includes/
module.inc
Loads a module's installation hooks.
node_user_cancel
in drupal/
modules/
node/
node.module
Implements
hook_user_cancel
().
OpenIDTestCase::setUp
in drupal/
modules/
openid/
openid.test
Sets up a Drupal site for running functional and integration tests.
openid_association
in drupal/
modules/
openid/
openid.module
Attempt to create a shared secret with the OpenID Provider.
openid_association_request
in drupal/
modules/
openid/
openid.module
openid_authentication
in drupal/
modules/
openid/
openid.module
Authenticate a user or attempt registration.
openid_authentication_request
in drupal/
modules/
openid/
openid.module
openid_begin
in drupal/
modules/
openid/
openid.module
The initial step of OpenID authentication responsible for the following:
openid_complete
in drupal/
modules/
openid/
openid.module
Completes OpenID authentication by validating returned data from the OpenID Provider.
openid_discovery
in drupal/
modules/
openid/
openid.module
Perform discovery on a claimed ID to determine the OpenID provider endpoint.
openid_form_user_register_form_alter
in drupal/
modules/
openid/
openid.module
Implements
hook_form_FORM_ID_alter
().
openid_test_install
in drupal/
modules/
openid/
tests/
openid_test.install
Implements
hook_install
().
openid_verify_assertion
in drupal/
modules/
openid/
openid.module
Attempt to verify the response received from the OpenID Provider.
TaxonomyHooksTestCase::setUp
in drupal/
modules/
taxonomy/
taxonomy.test
Sets up a Drupal site for running functional and integration tests.
UpdateCoreUnitTestCase::setUp
in drupal/
modules/
update/
update.test
Sets up unit test environment.
update_create_fetch_task
in drupal/
modules/
update/
update.module
Creates a new fetch task after loading the necessary include file.
update_cron
in drupal/
modules/
update/
update.module
Implements
hook_cron
().
update_fetch_data
in drupal/
modules/
update/
update.module
Attempts to fetch update data after loading the necessary include file.
update_get_available
in drupal/
modules/
update/
update.module
Tries to get update information from cache and refreshes it when necessary.
update_manager_install_form_submit
in drupal/
modules/
update/
update.manager.inc
Form submission handler for
update_manager_install_form
().
update_manager_update_form
in drupal/
modules/
update/
update.manager.inc
Form constructor for the update form of the Update Manager module.
update_manager_update_ready_form_submit
in drupal/
modules/
update/
update.manager.inc
Form submission handler for
update_manager_update_ready_form
().
update_refresh
in drupal/
modules/
update/
update.module
Refreshes the release data after loading the necessary include file.
update_requirements
in drupal/
modules/
update/
update.install
Implements
hook_requirements
().
update_status
in drupal/
modules/
update/
update.report.inc
Page callback: Generates a page about the update status of projects.
update_update_7000
in drupal/
modules/
update/
update.install
Create a queue to store tasks for requests to fetch available update data.
user_admin_settings
in drupal/
modules/
user/
user.admin.inc
Form builder; Configure user settings for this site.
user_menu_site_status_alter
in drupal/
modules/
user/
user.module
Implements
hook_menu_site_status_alter
().
user_multiple_cancel_confirm
in drupal/
modules/
user/
user.module
_openid_test_endpoint_associate
in drupal/
modules/
openid/
tests/
openid_test.module
OpenID endpoint; handle "associate" requests (see OpenID Authentication 2.0, section 8).
_openid_test_endpoint_authenticate
in drupal/
modules/
openid/
tests/
openid_test.module
OpenID endpoint; handle "authenticate" requests.
_update_refresh
in drupal/
modules/
update/
update.fetch.inc
Clears out all the cached available update data and initiates re-fetching.