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