Namesort descending Location Description
ModuleInstallTestCase::testBackdropWriteRecord core/modules/simpletest/tests/module.test Test that calls to backdrop_write_record() work during module installation.
ModuleTestCase::assertModules core/modules/system/tests/system.test Assert the list of modules are enabled or disabled.
ModuleTestCase::assertModuleTablesDoNotExist core/modules/system/tests/system.test Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestCase::assertModuleTablesExist core/modules/system/tests/system.test Assert that all tables defined in a module's hook_schema() exist.
ModuleTestCase::assertTableCount core/modules/system/tests/system.test Assert there are tables that begin with the specified base table name.
ModuleTestCase::setUp core/modules/system/tests/system.test Sets up a Backdrop site for running functional and integration tests.
ModuleUninstallTestCase::setUp core/modules/simpletest/tests/module.test Sets up a Backdrop site for running functional and integration tests.
ModuleUninstallTestCase::testUninstallCommentAddNode core/modules/simpletest/tests/module.test Test that uninstalling Comment and then immediately adding a node works.
ModuleUninstallTestCase::testUninstallLocale core/modules/simpletest/tests/module.test Tests that uninstalling locale does not cause problems.
ModuleUninstallTestCase::testUserPermsUninstalled core/modules/simpletest/tests/module.test Tests the hook_modules_uninstalled() of the user module.
ModuleUnitTest::assertModuleList core/modules/simpletest/tests/module.test Assert that module_list() return the expected values.
ModuleUnitTest::testDependencyResolution core/modules/simpletest/tests/module.test Test dependency resolution.
ModuleUnitTest::testModuleImplements core/modules/simpletest/tests/module.test Test module_implements() caching.
ModuleUnitTest::testModuleInvoke core/modules/simpletest/tests/module.test Test that module_invoke() can load a hook defined in hook_hook_info().
ModuleUnitTest::testModuleInvokeAll core/modules/simpletest/tests/module.test Test that module_invoke_all() can load a hook defined in hook_hook_info().
ModuleUnitTest::testModuleList core/modules/simpletest/tests/module.test The basic functionality of module_list().
ModuleUpdater::canUpdate core/modules/system/system.updater.inc
ModuleUpdater::canUpdateDirectory core/modules/system/system.updater.inc Determine if the Updater can handle the project provided in $directory.
ModuleUpdater::getInstallDirectory core/modules/system/system.updater.inc Return the directory where a module should be installed.
ModuleUpdater::isInstalled core/modules/system/system.updater.inc Checks if the project is installed.
ModuleUpdater::postInstall core/modules/system/system.updater.inc List of post install actions.
ModuleUpdater::postInstallTasks core/modules/system/system.updater.inc List of post install actions.
ModuleUpdater::postUpdateTasks core/modules/system/system.updater.inc Return an array of links to pages that should be visited post operation.
ModuleVersionTestCase::setUp core/modules/system/tests/system.test Sets up a Backdrop site for running functional and integration tests.
ModuleVersionTestCase::testModuleVersions core/modules/system/tests/system.test Test version dependencies.
module_disable core/includes/module.inc Disables a given set of modules.
module_enable core/includes/module.inc Enables or installs a given list of modules.
module_exists core/includes/module.inc Determines whether a given module exists.
module_hook core/includes/module.inc Determines whether a module implements a hook.
module_hook_info core/includes/module.inc Retrieves a list of hooks that are declared through hook_hook_info().
module_implements core/includes/module.inc Determines which modules are implementing a hook.
module_implements_reset core/includes/module.inc Regenerate the stored list of hook implementations.
module_implements_write_cache core/includes/module.inc Writes the hook implementation cache.
module_invoke core/includes/module.inc Invokes a hook in a particular module.
module_invoke_all core/includes/module.inc Invokes a hook in all enabled modules that implement it.
module_list core/includes/module.inc Returns a list of currently active modules.
module_load_all core/includes/module.inc Loads all the modules that have been enabled in the system table.
module_load_all_includes core/includes/module.inc Loads an include file for each module enabled in the {system} table.
module_load_include core/includes/module.inc Loads a module include file.
module_load_install core/includes/module.inc Loads a module's installation hooks.
module_set_weight core/includes/module.inc Set the weight of a module in the 'system' table, thereby determining the order in which its hooks will be executed in relation to other modules.
module_test_altered_test_hook core/modules/simpletest/tests/module_test.implementations.inc Implements hook_altered_test_hook()
module_test_enable core/modules/simpletest/tests/module_test.install Implements hook_enable().
module_test_hook_dynamic_loading_invoke core/modules/simpletest/tests/module_test.module Page callback for 'hook dynamic loading' test.
module_test_hook_dynamic_loading_invoke_all core/modules/simpletest/tests/module_test.module Page callback for 'hook dynamic loading' test.
module_test_hook_info core/modules/simpletest/tests/module_test.module Implements hook_hook_info().
module_test_install core/modules/simpletest/tests/module_test.install Implements hook_install().
module_test_menu core/modules/simpletest/tests/module_test.module Implements hook_menu().
module_test_modules_disabled core/modules/simpletest/tests/module_test.module Implements hook_modules_disabled().
module_test_modules_enabled core/modules/simpletest/tests/module_test.module Implements hook_modules_enabled().

Pages