Search for all
Title | Object type | File name | Summary |
---|---|---|---|
MergeQuery::$expressionFields | property | includes/ |
Array of fields to update to an expression in case of a duplicate record. |
MergeQuery::$insertFields | property | includes/ |
An array of fields on which to insert. |
MergeQuery::$insertValues | property | includes/ |
An array of values to be inserted. |
MergeQuery::$needsUpdate | property | includes/ |
Flag indicating whether an UPDATE is necessary. |
MergeQuery::$table | property | includes/ |
The table to be used for INSERT and UPDATE. |
MergeQuery::$updateFields | property | includes/ |
An array of fields that will be updated. |
MergeQuery::arguments | function | includes/ |
Implements QueryConditionInterface::arguments(). |
MergeQuery::compile | function | includes/ |
Implements QueryConditionInterface::compile(). |
MergeQuery::compiled | function | includes/ |
Implements QueryConditionInterface::compiled(). |
MergeQuery::condition | function | includes/ |
Implements QueryConditionInterface::condition(). |
MergeQuery::conditions | function | includes/ |
Implements QueryConditionInterface::conditions(). |
MergeQuery::conditionTable | function | includes/ |
Sets the table or subquery to be used for the condition. |
MergeQuery::execute | function | includes/ |
Runs the query against the database. |
MergeQuery::exists | function | includes/ |
Implements QueryConditionInterface::exists(). |
MergeQuery::expression | function | includes/ |
Specifies fields to be updated as an expression. |
MergeQuery::fields | function | includes/ |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
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::key | function | includes/ |
Sets the key field(s) to be used as conditions for this query. |
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::where | function | includes/ |
Implements QueryConditionInterface::where(). |
MergeQuery::__construct | function | includes/ |
Constructs a MergeQuery object. |
MergeQuery::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
mime_header_decode | function | includes/ |
Decodes MIME/HTTP encoded header values. |
mime_header_encode | function | includes/ |
Encodes MIME/HTTP header values that contain incorrectly encoded characters. |
minimal.info | file | profiles/ |
name = Minimal description = Start with only a few modules enabled. version = VERSION core = 7.x dependencies[] = block dependencies[] = dblog |
minimal.install | file | profiles/ |
Install, update and uninstall functions for the minimal installation profile. |
minimal.profile | file | profiles/ |
Enables modules and site configuration for a minimal site installation. |
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.inc | file | includes/ |
API for loading and interacting with Drupal 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. |
Pagination
- Previous page
- Page 129
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.