Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
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 class modules/system/system.updater.inc Class for updating modules using FileTransfer classes via authorize.php.
ModuleUpdater::canUpdate function modules/system/system.updater.inc
ModuleUpdater::canUpdateDirectory function modules/system/system.updater.inc Determine if the Updater can handle the project provided in $directory.
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_enable function includes/module.inc Enables or installs a given list of modules.
module_exists function includes/module.inc Determines whether a given module exists.
module_hook function includes/module.inc Determines whether a module implements a hook.
module_hook_info function includes/module.inc Retrieves a list of hooks that are declared through hook_hook_info().
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_invoke function includes/module.inc Invokes a hook in a particular module.
module_invoke_all function includes/module.inc Invokes a hook in all enabled modules that implement it.
module_list function includes/module.inc Returns a list of currently active modules.
module_load_all function includes/module.inc Loads all the modules that have been enabled in the system table.
module_load_all_includes function includes/module.inc Loads an include file for each module enabled in the {system} table.
module_load_include function includes/module.inc Loads a module include file.
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().

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