Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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
ModuleUninstallTestCase::setUp function modules/simpletest/tests/module.test Sets up a Drupal site for running functional and integration tests.
ModuleUninstallTestCase::testUserPermsUninstalled function modules/simpletest/tests/module.test Tests the hook_modules_uninstalled() of the user module.
ModuleUnitTest class modules/simpletest/tests/module.test Unit tests for the module API.
ModuleUnitTest::$user property modules/simpletest/tests/module.test
ModuleUnitTest::assertModuleList function modules/simpletest/tests/module.test Assert that module_list() return the expected values.
ModuleUnitTest::getInfo function modules/simpletest/tests/module.test
ModuleUnitTest::setUp function modules/simpletest/tests/module.test Sets up a Drupal site for running functional and integration tests.
ModuleUnitTest::testDependencyResolution function modules/simpletest/tests/module.test Test dependency resolution.
ModuleUnitTest::testModuleImplements function modules/simpletest/tests/module.test Test module_implements() caching.
ModuleUnitTest::testModuleInvoke function modules/simpletest/tests/module.test Test that module_invoke() can load a hook defined in hook_hook_info().
ModuleUnitTest::testModuleInvokeAll function modules/simpletest/tests/module.test Test that module_invoke_all() can load a hook defined in hook_hook_info().
ModuleUnitTest::testModuleList function modules/simpletest/tests/module.test The basic functionality of module_list().
ModuleUnitTest::testSystemModulesBrokenConfigure function modules/simpletest/tests/module.test Test system_modules() with a module with a broken configure path.
ModuleUnitTest::testSystemModulesNullVersion function modules/simpletest/tests/module.test Test system_modules() with a module with a dependency with a null version.
ModuleUpdater::getInstallDirectory function modules/system/system.updater.inc Return the directory where a module should be installed.
ModuleUpdater::isInstalled function modules/system/system.updater.inc Checks if the project is installed.
ModuleUpdater::postInstallTasks function modules/system/system.updater.inc Returns a list of post install actions.
ModuleUpdater::postUpdateTasks function modules/system/system.updater.inc Return an array of links to pages that should be visited post operation.
ModuleVersionTestCase class modules/system/system.test Test module dependency on specific versions.
ModuleVersionTestCase::getInfo function modules/system/system.test
ModuleVersionTestCase::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
ModuleVersionTestCase::testModuleVersions function modules/system/system.test Test version dependencies.
module_disable function includes/module.inc Disables a given set of modules.
module_exists function includes/module.inc Determines whether a given module exists.
module_implements function includes/module.inc Determines which modules are implementing a hook.
module_implements_write_cache function includes/module.inc Writes the hook implementation cache.
module_list function includes/module.inc Returns a list of currently active modules.
module_load_all_includes function includes/module.inc Loads an include file for each module enabled in the {system} table.
module_load_install function includes/module.inc Loads a module's installation hooks.
module_test.file.inc file modules/simpletest/tests/module_test.file.inc A file to test module_implements() loading includes.
module_test.implementations.inc file modules/simpletest/tests/module_test.implementations.inc
module_test.info file modules/simpletest/tests/module_test.info name = "Module test"
description = "Support module for module system testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
module_test.install file modules/simpletest/tests/module_test.install Install, update and uninstall functions for the module_test module.
module_test.module file modules/simpletest/tests/module_test.module
module_test_altered_test_hook function modules/simpletest/tests/module_test.implementations.inc Implements hook_altered_test_hook()
module_test_enable function modules/simpletest/tests/module_test.install Implements hook_enable().
module_test_hook_dynamic_loading_invoke function modules/simpletest/tests/module_test.module Page callback for 'hook dynamic loading' test.
module_test_hook_dynamic_loading_invoke_all function modules/simpletest/tests/module_test.module Page callback for 'hook dynamic loading' test.
module_test_hook_info function modules/simpletest/tests/module_test.module Implements hook_hook_info().
module_test_install function modules/simpletest/tests/module_test.install Implements hook_install().
module_test_menu function modules/simpletest/tests/module_test.module Implements hook_menu().
module_test_modules_disabled function modules/simpletest/tests/module_test.module Implements hook_modules_disabled().
module_test_modules_enabled function modules/simpletest/tests/module_test.module Implements hook_modules_enabled().
module_test_modules_uninstalled function modules/simpletest/tests/module_test.module Implements hook_modules_uninstalled().
module_test_module_implements_alter function modules/simpletest/tests/module_test.module Implements hook_module_implements_alter()

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