Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MergeQuery::insertFields | function | includes/ |
Adds a set of field->value pairs to be inserted. |
| MergeQuery::isNotNull | function | includes/ |
Implements QueryConditionInterface::isNotNull(). |
| MergeQuery::isNull | function | includes/ |
Implements QueryConditionInterface::isNull(). |
| MergeQuery::notExists | function | includes/ |
Implements QueryConditionInterface::notExists(). |
| MergeQuery::STATUS_INSERT | constant | includes/ |
Returned by execute() if an INSERT query has been executed. |
| MergeQuery::STATUS_UPDATE | constant | includes/ |
Returned by execute() if an UPDATE query has been executed. |
| MergeQuery::updateFields | function | includes/ |
Adds a set of field->value pairs to be updated. |
| MergeQuery::useDefaults | function | includes/ |
Specifies fields for which the database-defaults should be used. |
| MergeQuery::__construct | function | includes/ |
Constructs a MergeQuery object. |
| MergeQuery::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
| minimal.install | file | profiles/ |
Install, update and uninstall functions for the minimal installation profile. |
| minimal_form_install_configure_form_alter | function | profiles/ |
Implements hook_form_FORM_ID_alter() for install_configure_form(). |
| minimal_install | function | profiles/ |
Implements hook_install(). |
| MockTestConnection | class | modules/ |
Mock connection object for test case. |
| MockTestConnection::$commandsRun | property | modules/ |
|
| MockTestConnection::$connectionString | property | modules/ |
|
| MockTestConnection::flushCommands | function | modules/ |
|
| MockTestConnection::run | function | modules/ |
|
| module.test | file | modules/ |
Tests for the module API. |
| ModuleDependencyTestCase | class | modules/ |
Test module dependency functionality. |
| ModuleDependencyTestCase::getInfo | function | modules/ |
|
| ModuleDependencyTestCase::testEnableRequirementsFailureDependency | function | modules/ |
Tests enabling a module that depends on a module which fails hook_requirements(). |
| ModuleDependencyTestCase::testEnableWithoutDependency | function | modules/ |
Attempt to enable translation module without locale enabled. |
| ModuleDependencyTestCase::testIncompatibleCoreVersionDependency | function | modules/ |
Tests enabling a module that depends on a module with an incompatible core version. |
| ModuleDependencyTestCase::testIncompatibleModuleVersionDependency | function | modules/ |
Tests enabling a module that depends on an incompatible version of a module. |
| ModuleDependencyTestCase::testMissingModules | function | modules/ |
Attempt to enable a module with a missing dependency. |
| ModuleDependencyTestCase::testModuleEnableOrder | function | modules/ |
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents. |
| ModuleDependencyTestCase::testModuleMetaData | function | modules/ |
Tests whether the correct module metadata is returned. |
| ModuleDependencyTestCase::testProjectNamespaceForDependencies | function | modules/ |
Checks functionality of project namespaces for dependencies. |
| ModuleDependencyTestCase::testThemeMetaData | function | modules/ |
Tests whether the correct theme metadata is returned. |
| ModuleDependencyTestCase::testUninstallDependents | function | modules/ |
Tests attempting to uninstall a module that has installed dependents. |
| ModuleImplementsAlterTestCase | class | modules/ |
|
| ModuleImplementsAlterTestCase::getInfo | function | modules/ |
|
| ModuleImplementsAlterTestCase::testModuleImplementsAlter | function | modules/ |
Tests hook_module_implements_alter() adding an implementation. |
| ModuleInstallTestCase | class | modules/ |
Unit tests for module installation. |
| ModuleInstallTestCase::getInfo | function | modules/ |
|
| ModuleInstallTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ModuleInstallTestCase::testDrupalWriteRecord | function | modules/ |
Test that calls to drupal_write_record() work during module installation. |
| ModuleProvidedThemeEngineTestCase | class | modules/ |
Tests module-provided theme engines. |
| ModuleProvidedThemeEngineTestCase::getInfo | function | modules/ |
|
| ModuleProvidedThemeEngineTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ModuleProvidedThemeEngineTestCase::testEngineIsFoundAndWorking | function | modules/ |
Ensures that the module provided theme engine is found and used by core. |
| ModuleRequiredTestCase | class | modules/ |
Test required modules functionality. |
| ModuleRequiredTestCase::getInfo | function | modules/ |
|
| ModuleRequiredTestCase::testDisableRequired | function | modules/ |
Assert that core required modules cannot be disabled. |
| ModuleTestCase | class | modules/ |
Helper class for module test cases. |
| ModuleTestCase::$admin_user | property | modules/ |
|
| ModuleTestCase::assertLogMessage | function | modules/ |
Verify a log entry was entered for a module's status change. Called in the same way of the expected original watchdog() execution. |
| ModuleTestCase::assertModules | function | modules/ |
Assert the list of modules are enabled or disabled. |
| ModuleTestCase::assertModuleTablesDoNotExist | function | modules/ |
Assert that none of the tables defined in a module's hook_schema() exist. |
Pagination
- Previous page
- Page 105
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.