MergeQuery::__toString |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
MetaTagsTestCase::testMetaTag |
core/modules/system/tests/system.test |
Verify that the meta tag HTML is generated correctly. |
mime_header_decode |
core/includes/unicode.inc |
Decodes MIME/HTTP encoded header values. |
mime_header_encode |
core/includes/unicode.inc |
Encodes MIME/HTTP header values that contain incorrectly encoded characters. |
minimal_form_install_configure_form_alter |
core/profiles/minimal/minimal.profile |
Implements hook_form_FORM_ID_alter() for install_configure_form(). |
minimal_install |
core/profiles/minimal/minimal.install |
Implements hook_install(). |
MockTestConnection::flushCommands |
core/modules/simpletest/tests/filetransfer.test |
|
MockTestConnection::run |
core/modules/simpletest/tests/filetransfer.test |
|
ModuleDependencyTestCase::testEnableRequirementsFailureDependency |
core/modules/system/tests/system.test |
Tests enabling a module that depends on a module which fails hook_requirements(). |
ModuleDependencyTestCase::testEnableWithoutDependency |
core/modules/system/tests/system.test |
Attempt to enable translation module without locale enabled. |
ModuleDependencyTestCase::testIncompatibleCoreVersionDependency |
core/modules/system/tests/system.test |
Tests enabling a module that depends on a module with an incompatible core version. |
ModuleDependencyTestCase::testIncompatibleModuleVersionDependency |
core/modules/system/tests/system.test |
Tests enabling a module that depends on an incompatible version of a module. |
ModuleDependencyTestCase::testMissingModules |
core/modules/system/tests/system.test |
Attempt to enable a module with a missing dependency. |
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. |