|
ModuleDependencyTestCase::testModuleEnableOrder |
core/modules/system/tests/system.test |
Tests that module dependencies are enabled in the correct order via the
UI. Dependencies should be enabled before their dependents. |
|
ModuleDependencyTestCase::testModuleMetaData |
core/modules/system/tests/system.test |
Tests whether the correct module metadata is returned. |
|
ModuleDependencyTestCase::testProjectNamespaceForDependencies |
core/modules/system/tests/system.test |
Checks functionality of project namespaces for dependencies. |
|
ModuleDependencyTestCase::testThemeMetaData |
core/modules/system/tests/system.test |
Tests whether the correct theme metadata is returned. |
|
ModuleDependencyTestCase::testUninstallDependents |
core/modules/system/tests/system.test |
Tests attempting to uninstall a module that has installed dependents. |
|
ModuleImplementsAlterTestCase::testModuleImplementsAlter |
core/modules/simpletest/tests/module.test |
Tests hook_module_implements_alter() adding an implementation. |
|
ModuleInstallTestCase::setUp |
core/modules/simpletest/tests/module.test |
Sets up a Backdrop site for running functional and integration tests. |
|
ModuleInstallTestCase::testBackdropWriteRecord |
core/modules/simpletest/tests/module.test |
Test that calls to backdrop_write_record() work during module installation. |
|
ModuleTestCase::assertModuleConfigDoesNotExist |
core/modules/system/tests/system.test |
Assert that the default config provided by a module is removed. |
|
ModuleTestCase::assertModuleConfigExists |
core/modules/system/tests/system.test |
Assert that the default config provided by a module is active. |
|
ModuleTestCase::assertModules |
core/modules/system/tests/system.test |
Assert the list of modules are enabled or disabled. |
|
ModuleTestCase::assertModuleSystemExtensionsConfig |
core/modules/system/tests/system.test |
Assert the module has a particular state in the system.extensions config. |
|
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. |