You are here

32 calls to module_list() in Drupal 7

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