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_exists
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
43 calls to module_exists()
aggregator_sanitize_configuration
in drupal/
modules/
aggregator/
aggregator.module
Checks and sanitizes the aggregator configuration.
aggregator_save_category
in drupal/
modules/
aggregator/
aggregator.module
Adds/edits/deletes aggregator categories.
aggregator_save_feed
in drupal/
modules/
aggregator/
aggregator.module
Add/edit/delete an aggregator feed.
bartik_process_html
in drupal/
themes/
bartik/
template.php
Override or insert variables into the page template for HTML output.
bartik_process_page
in drupal/
themes/
bartik/
template.php
Override or insert variables into the page template.
BlockTestCase::testBlockRehash
in drupal/
modules/
block/
block.test
Test
_block_rehash
().
block_admin_configure
in drupal/
modules/
block/
block.admin.inc
Form constructor for the block configuration form.
block_block_list_alter
in drupal/
modules/
block/
block.module
Implements
hook_block_list_alter
().
cache_clear_all
in drupal/
includes/
cache.inc
Expires data from the cache.
CommentFieldsTest::testCommentEnable
in drupal/
modules/
comment/
comment.test
Test that comment module works when enabled after a content module.
DashboardBlocksTestCase::testDisableEnable
in drupal/
modules/
dashboard/
dashboard.test
Tests that the dashboard module can be re-enabled, retaining its blocks.
dblog_menu
in drupal/
modules/
dblog/
dblog.module
Implements
hook_menu
().
field_system_info_alter
in drupal/
modules/
field/
field.module
Implements
hook_system_info_alter
().
form_test_menu
in drupal/
modules/
simpletest/
tests/
form_test.module
Implements
hook_menu
().
ForumTestCase::testEnableForumField
in drupal/
modules/
forum/
forum.test
Tests disabling and re-enabling the Forum module.
garland_process_html
in drupal/
themes/
garland/
template.php
Override or insert variables into the html template.
garland_process_page
in drupal/
themes/
garland/
template.php
Override or insert variables into the page template.
hook_entity_info
in drupal/
modules/
system/
system.api.php
Inform the base system and the Field API about one or more entity types.
image_style_flush
in drupal/
modules/
image/
image.module
Flushes cached media for a style.
language_list
in drupal/
includes/
bootstrap.inc
Returns a list of installed languages, indexed by the specified key.
menu_help
in drupal/
modules/
menu/
menu.module
Implements
hook_help
().
ModuleImplementsAlterTestCase::testModuleImplementsAlter
in drupal/
modules/
simpletest/
tests/
module.test
Tests
hook_module_implements_alter
() adding an implementation.
ModuleTestCase::assertModules
in drupal/
modules/
system/
system.test
Assert the list of modules are enabled or disabled.
ModuleUnitTest::testDependencyResolution
in drupal/
modules/
simpletest/
tests/
module.test
Test dependency resolution.
module_disable
in drupal/
includes/
module.inc
Disables a given set of modules.
node_admin_nodes
in drupal/
modules/
node/
node.admin.inc
Form builder: Builds the node administration overview.
node_delete_multiple
in drupal/
modules/
node/
node.module
Deletes multiple nodes.
node_entity_info
in drupal/
modules/
node/
node.module
Implements
hook_entity_info
().
node_filters
in drupal/
modules/
node/
node.admin.inc
List node administration filters that can be applied.
node_overview_types
in drupal/
modules/
node/
content_types.inc
Displays the content type admin overview page.
overlay_overlay_parent_initialize
in drupal/
modules/
overlay/
overlay.module
Implements
hook_overlay_parent_initialize
().
path_admin_overview
in drupal/
modules/
path/
path.admin.inc
Returns a listing of all defined URL aliases.
syslog_form_system_logging_settings_alter
in drupal/
modules/
syslog/
syslog.module
Implements
hook_form_FORM_ID_alter
().
SystemInfoAlterTestCase::testSystemInfoAlter
in drupal/
modules/
system/
system.test
Tests that {system}.info is rebuilt after a module that implements
hook_system_info_alter
() is enabled. Also tests if core *_list() functions return freshly altered info.
SystemMainContentFallback::testMainContentFallback
in drupal/
modules/
system/
system.test
Test availability of main content.
system_help
in drupal/
modules/
system/
system.module
Implements
hook_help
().
system_modules
in drupal/
modules/
system/
system.admin.inc
Menu callback; provides module enable/disable interface.
system_modules_submit
in drupal/
modules/
system/
system.admin.inc
Submit callback; handles modules form submission.
system_requirements
in drupal/
modules/
system/
system.install
Implements
hook_requirements
().
system_theme_settings
in drupal/
modules/
system/
system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
template_preprocess_user_picture
in drupal/
modules/
user/
user.module
Process variables for
user-picture.tpl.php
.
update_results_page
in drupal/
update.php
Displays results of the update script with any accompanying errors.
user_admin_settings
in drupal/
modules/
user/
user.admin.inc
Form builder; Configure user settings for this site.