32 calls to module_list()

authorize.php in drupal/authorize.php
Administrative script for running authorized file operations.
bootstrap_invoke_all in drupal/includes/bootstrap.inc
Invokes a bootstrap hook in all bootstrap modules that implement it.
DashboardBlocksTestCase::testDisableEnable in drupal/modules/dashboard/dashboard.test
Tests that the dashboard module can be re-enabled, retaining its blocks.
DrupalUnitTestCase::setUp in drupal/modules/simpletest/drupal_web_test_case.php
Sets up unit test environment.
DrupalUnitTestCase::tearDown in drupal/modules/simpletest/drupal_web_test_case.php
DrupalWebTestCase::resetAll in drupal/modules/simpletest/drupal_web_test_case.php
Reset all data structures after having enabled new modules.
DrupalWebTestCase::tearDown in drupal/modules/simpletest/drupal_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
drupal_alter in drupal/includes/module.inc
Passes alterable variables to specific hook_TYPE_alter() implementations.
drupal_get_complete_schema in drupal/includes/bootstrap.inc
Gets the whole database schema.
drupal_get_schema_versions in drupal/includes/install.inc
Returns an array of available schema versions for a module.
field_sync_field_status in drupal/modules/field/field.module
Refreshes the 'active' and 'storage_active' columns for fields.
ForumTestCase::testEnableForumField in drupal/modules/forum/forum.test
Tests disabling and re-enabling the Forum module.
install_begin_request in drupal/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
ModuleTestCase::assertModules in drupal/modules/system/system.test
Assert the list of modules are enabled or disabled.
ModuleUnitTest::assertModuleList in drupal/modules/simpletest/tests/module.test
Assert that module_list() return the expected values.
ModuleUnitTest::testModuleList in drupal/modules/simpletest/tests/module.test
The basic functionality of module_list().
module_disable in drupal/includes/module.inc
Disables a given set of modules.
module_enable in drupal/includes/module.inc
Enables or installs a given list of modules.
module_exists in drupal/includes/module.inc
Determines whether a given module exists.
module_hook_info in drupal/includes/module.inc
Retrieves a list of hooks that are declared through hook_hook_info().
module_implements in drupal/includes/module.inc
Determines which modules are implementing a hook.
module_load_all in drupal/includes/module.inc
Loads all the modules that have been enabled in the system table.
module_load_all_includes in drupal/includes/module.inc
Loads an include file for each module enabled in the {system} table.
SystemMainContentFallback::testMainContentFallback in drupal/modules/system/system.test
Test availability of main content.
system_install in drupal/modules/system/system.install
Implements hook_install().
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().
update.php in drupal/update.php
Administrative page for handling updates from one Drupal version to another.
UpgradePathTestCase::performUpgrade in drupal/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UpgradePathTestCase::setUp in drupal/modules/simpletest/tests/upgrade/upgrade.test
Overrides DrupalWebTestCase::setUp() for upgrade testing.
_drupal_maintenance_theme in drupal/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_theme_process_registry in drupal/includes/theme.inc
Process a single implementation of hook_theme().