Search for on
Title | Object type | File name | Summary |
---|---|---|---|
cron_queue_test_cron_queue_info | function | modules/ |
Implements hook_cron_queue_info(). |
cron_queue_test_exception | function | modules/ |
|
DashboardBlocksTestCase::testDashboardRegions | function | modules/ |
Tests that dashboard regions are displayed or hidden properly. |
dashboard_dashboard_regions | function | modules/ |
Implements hook_dashboard_regions(). |
dashboard_form_block_admin_configure_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
dashboard_permission | function | modules/ |
Implements hook_permission(). |
dashboard_regions | function | modules/ |
Returns an array of dashboard region names. |
dashboard_region_descriptions | function | modules/ |
Returns an array of dashboard region descriptions, keyed by region name. |
dashboard_show_block_content | function | modules/ |
Ajax callback: Displays the rendered contents of a specific block. |
Database abstraction layer | group | includes/ |
Allow the use of different database servers using the same code base. |
Database::$connections | property | includes/ |
An nested array of all active connections. It is keyed by database name and target. |
Database::addConnectionInfo | function | includes/ |
Adds database connection information for a given key/target. |
Database::closeConnection | function | includes/ |
Closes a connection to the server specified by the given key and target. |
Database::getConnection | function | includes/ |
Gets the connection object for the specified database key and target. |
Database::getConnectionInfo | function | includes/ |
Gets information on the specified database connection. |
Database::isActiveConnection | function | includes/ |
Determines if there is an active connection. |
Database::openConnection | function | includes/ |
Opens a connection to the server specified by the given key and target. |
Database::parseConnectionInfo | function | includes/ |
Process the configuration file for database information. |
Database::removeConnection | function | includes/ |
Remove a connection and its corresponding connection information. |
Database::renameConnection | function | includes/ |
Rename a connection and its corresponding connection information. |
Database::setActiveConnection | function | includes/ |
Sets the active connection to the specified key. |
DatabaseAlterTestCase::testAlterChangeConditional | function | modules/ |
Test that we can alter a query's conditionals. |
DatabaseAlterTestCase::testAlterExpression | function | modules/ |
Test that we can alter expressions in the query. |
DatabaseBasicSyntaxTestCase::testBasicConcat | function | modules/ |
Test for string concatenation. |
DatabaseBasicSyntaxTestCase::testFieldConcat | function | modules/ |
Test for string concatenation with field values. |
DatabaseCondition | class | includes/ |
Generic class for a series of conditions in a query. |
DatabaseCondition::$arguments | property | includes/ |
Array of arguments. |
DatabaseCondition::$changed | property | includes/ |
Whether the conditions have been changed. |
DatabaseCondition::$conditions | property | includes/ |
Array of conditions. |
DatabaseCondition::$queryPlaceholderIdentifier | property | includes/ |
The identifier of the query placeholder this condition has been compiled against. |
DatabaseCondition::$stringVersion | property | includes/ |
Contains the string version of the Condition. |
DatabaseCondition::arguments | function | includes/ |
Implements QueryConditionInterface::arguments(). |
DatabaseCondition::compile | function | includes/ |
Implements QueryConditionInterface::compile(). |
DatabaseCondition::compiled | function | includes/ |
Implements QueryConditionInterface::compiled(). |
DatabaseCondition::condition | function | includes/ |
Implements QueryConditionInterface::condition(). |
DatabaseCondition::conditions | function | includes/ |
Implements QueryConditionInterface::conditions(). |
DatabaseCondition::count | function | includes/ |
Implements Countable::count(). |
DatabaseCondition::exists | function | includes/ |
Implements QueryConditionInterface::exists(). |
DatabaseCondition::isNotNull | function | includes/ |
Implements QueryConditionInterface::isNotNull(). |
DatabaseCondition::isNull | function | includes/ |
Implements QueryConditionInterface::isNull(). |
DatabaseCondition::mapConditionOperator | function | includes/ |
Gets any special processing requirements for the condition operator. |
DatabaseCondition::notExists | function | includes/ |
Implements QueryConditionInterface::notExists(). |
DatabaseCondition::where | function | includes/ |
Implements QueryConditionInterface::where(). |
DatabaseCondition::__clone | function | includes/ |
PHP magic __clone() method. |
DatabaseCondition::__construct | function | includes/ |
Constructs a DataBaseCondition object. |
DatabaseCondition::__toString | function | includes/ |
Implements PHP magic __toString method to convert the conditions to string. |
DatabaseConnection | class | includes/ |
Base Database API class. |
DatabaseConnection::$connection | property | includes/ |
The actual PDO connection. |
DatabaseConnection::$connectionOptions | property | includes/ |
The connection information for this connection object. |
DatabaseConnection::$driverClasses | property | includes/ |
Index of what driver-specific class to use for various operations. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.