Search for module

  1. Search 9.5.x for module
  2. Search 8.9.x for module
  3. Search 10.3.x for module
  4. Search 11.x for module
  5. Search main for module
  6. Other projects
Title Object type File name Summary
install_profile_modules function includes/install.core.inc Installs required modules via a batch process.
install_system_module function includes/install.core.inc Installation task; install the Drupal system module.
list.module file modules/field/modules/list/list.module Defines list field types that can be used with the Options module.
list_test.module file modules/field/modules/list/tests/list_test.module Helper module for the List module tests.
locale.module file modules/locale/locale.module Add language handling functionality and enables the translation of the
user interface to languages other than English.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable function modules/locale/locale.test Test automatic import of a module's translation files when a language is
enabled.
locale_modules_disabled function modules/locale/locale.module Implements hook_modules_disabled().
locale_modules_enabled function modules/locale/locale.module Implements hook_modules_enabled().
locale_modules_installed function modules/locale/locale.module Implements hook_modules_installed().
locale_test.module file modules/locale/tests/locale_test.module Mock module for locale layer tests.
menu.module file modules/menu/menu.module Allows administrators to customize the site's navigation menus.
menu_test.module file modules/simpletest/tests/menu_test.module Dummy module implementing hook menu.
module.inc file includes/module.inc API for loading and interacting with Drupal modules.
module.test file modules/simpletest/tests/module.test Tests for the module API.
ModuleDependencyTestCase class modules/system/system.test Test module dependency functionality.
ModuleDependencyTestCase::getInfo function modules/system/system.test
ModuleDependencyTestCase::testEnableRequirementsFailureDependency function modules/system/system.test Tests enabling a module that depends on a module which fails hook_requirements().
ModuleDependencyTestCase::testEnableWithoutDependency function modules/system/system.test Attempt to enable translation module without locale enabled.
ModuleDependencyTestCase::testIncompatibleCoreVersionDependency function modules/system/system.test Tests enabling a module that depends on a module with an incompatible core version.
ModuleDependencyTestCase::testIncompatibleModuleVersionDependency function modules/system/system.test Tests enabling a module that depends on an incompatible version of a module.
ModuleDependencyTestCase::testMissingModules function modules/system/system.test Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testModuleEnableOrder function modules/system/system.test Tests that module dependencies are enabled in the correct order via the
UI. Dependencies should be enabled before their dependents.
ModuleDependencyTestCase::testModuleMetaData function modules/system/system.test Tests whether the correct module metadata is returned.
ModuleDependencyTestCase::testProjectNamespaceForDependencies function modules/system/system.test Checks functionality of project namespaces for dependencies.
ModuleDependencyTestCase::testThemeMetaData function modules/system/system.test Tests whether the correct theme metadata is returned.
ModuleDependencyTestCase::testUninstallDependents function modules/system/system.test Tests attempting to uninstall a module that has installed dependents.
ModuleImplementsAlterTestCase class modules/simpletest/tests/module.test
ModuleImplementsAlterTestCase::getInfo function modules/simpletest/tests/module.test
ModuleImplementsAlterTestCase::testModuleImplementsAlter function modules/simpletest/tests/module.test Tests hook_module_implements_alter() adding an implementation.
ModuleInstallTestCase class modules/simpletest/tests/module.test Unit tests for module installation.
ModuleInstallTestCase::getInfo function modules/simpletest/tests/module.test
ModuleInstallTestCase::setUp function modules/simpletest/tests/module.test Sets up a Drupal site for running functional and integration tests.
ModuleInstallTestCase::testDrupalWriteRecord function modules/simpletest/tests/module.test Test that calls to drupal_write_record() work during module installation.
ModuleProvidedThemeEngineTestCase class modules/simpletest/tests/theme.test Tests module-provided theme engines.
ModuleProvidedThemeEngineTestCase::getInfo function modules/simpletest/tests/theme.test
ModuleProvidedThemeEngineTestCase::setUp function modules/simpletest/tests/theme.test Sets up a Drupal site for running functional and integration tests.
ModuleProvidedThemeEngineTestCase::testEngineIsFoundAndWorking function modules/simpletest/tests/theme.test Ensures that the module provided theme engine is found and used by core.
ModuleRequiredTestCase class modules/system/system.test Test required modules functionality.
ModuleRequiredTestCase::getInfo function modules/system/system.test
ModuleRequiredTestCase::testDisableRequired function modules/system/system.test Assert that core required modules cannot be disabled.
ModuleTestCase class modules/system/system.test Helper class for module test cases.
ModuleTestCase::$admin_user property modules/system/system.test
ModuleTestCase::assertLogMessage function modules/system/system.test Verify a log entry was entered for a module's status change.
Called in the same way of the expected original watchdog() execution.
ModuleTestCase::assertModules function modules/system/system.test Assert the list of modules are enabled or disabled.
ModuleTestCase::assertModuleTablesDoNotExist function modules/system/system.test Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestCase::assertModuleTablesExist function modules/system/system.test Assert that all tables defined in a module's hook_schema() exist.
ModuleTestCase::assertTableCount function modules/system/system.test Assert there are tables that begin with the specified base table name.
ModuleTestCase::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
ModuleUninstallTestCase class modules/simpletest/tests/module.test Unit tests for module uninstallation and related hooks.
ModuleUninstallTestCase::getInfo function modules/simpletest/tests/module.test

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.