Search for data

  1. Search 9.5.x for data
  2. Search 8.9.x for data
  3. Search 10.3.x for data
  4. Search 11.x for data
  5. Other projects
Title Object type File name Summary
$databases global external_documentation/developer/globals.php Array of database connections.
aggregator_element_data function modules/aggregator/aggregator.parser.inc Performs an action when data is encountered.
ajax_command_data function includes/ajax.inc Creates a Drupal Ajax 'data' command.
ajax_forms_test_advanced_commands_data_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for 'data'.
Behavior::COMMAND_STEAM_METADATA constant misc/typo3/phar-stream-wrapper/src/Behavior.php
book_menu_subtree_data function modules/book/book.module Gets the data representing a subtree of the book hierarchy.
Database class includes/database/database.inc Primary front-controller for the database system.
Database abstraction layer group includes/database/database.inc Allow the use of different database servers using the same code base.
database.inc file includes/database/database.inc Core systems for the database layer.
database.inc file includes/database/mysql/database.inc Database interface code for MySQL database servers.
database.inc file includes/database/pgsql/database.inc Database interface code for PostgreSQL database servers.
database.inc file includes/database/sqlite/database.inc Database interface code for SQLite embedded database engine.
Database::$activeKey property includes/database/database.inc The key of the currently active database connection.
Database::$connections property includes/database/database.inc An nested array of all active connections. It is keyed by database name
and target.
Database::$databaseInfo property includes/database/database.inc A processed copy of the database connection information from settings.php.
Database::$ignoreTargets property includes/database/database.inc A list of key/target credentials to simply ignore.
Database::$logs property includes/database/database.inc An array of active query log objects.
Database::addConnectionInfo function includes/database/database.inc Adds database connection information for a given key/target.
Database::closeConnection function includes/database/database.inc Closes a connection to the server specified by the given key and target.
Database::getConnection function includes/database/database.inc Gets the connection object for the specified database key and target.
Database::getConnectionInfo function includes/database/database.inc Gets information on the specified database connection.
Database::getLog function includes/database/database.inc Retrieves the queries logged on for given logging key.
Database::ignoreTarget function includes/database/database.inc Instructs the system to temporarily ignore a given key/target.
Database::isActiveConnection function includes/database/database.inc Determines if there is an active connection.
Database::loadDriverFile function includes/database/database.inc Load a file for the database that might hold a class.
Database::openConnection function includes/database/database.inc Opens a connection to the server specified by the given key and target.
Database::parseConnectionInfo function includes/database/database.inc Process the configuration file for database information.
Database::removeConnection function includes/database/database.inc Remove a connection and its corresponding connection information.
Database::renameConnection function includes/database/database.inc Rename a connection and its corresponding connection information.
Database::RETURN_AFFECTED constant includes/database/database.inc Flag to indicate a query call should return the number of affected rows.
Database::RETURN_INSERT_ID constant includes/database/database.inc Flag to indicate a query call should return the "last insert id".
Database::RETURN_NULL constant includes/database/database.inc Flag to indicate a query call should simply return NULL.
Database::RETURN_STATEMENT constant includes/database/database.inc Flag to indicate a query call should return the prepared statement.
Database::setActiveConnection function includes/database/database.inc Sets the active connection to the specified key.
Database::startLog function includes/database/database.inc Starts logging a given logging key on the specified connection.
DatabaseAlterTestCase class modules/simpletest/tests/database_test.test Select alter tests.
DatabaseAlterTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseAlterTestCase::testAlterChangeConditional function modules/simpletest/tests/database_test.test Test that we can alter a query's conditionals.
DatabaseAlterTestCase::testAlterChangeFields function modules/simpletest/tests/database_test.test Test that we can alter the fields of a query.
DatabaseAlterTestCase::testAlterExpression function modules/simpletest/tests/database_test.test Test that we can alter expressions in the query.
DatabaseAlterTestCase::testAlterRemoveRange function modules/simpletest/tests/database_test.test Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter().
DatabaseAlterTestCase::testAlterWithJoin function modules/simpletest/tests/database_test.test Test that we can alter the joins on a query.
DatabaseAlterTestCase::testSimpleAlter function modules/simpletest/tests/database_test.test Test that we can do basic alters.
DatabaseAlterTestCase::testSimpleAlterSubquery function modules/simpletest/tests/database_test.test Test that we can do basic alters on subqueries.
DatabaseBasicSyntaxTestCase class modules/simpletest/tests/database_test.test Test how the current database driver interprets the SQL syntax.
DatabaseBasicSyntaxTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseBasicSyntaxTestCase::setUp function modules/simpletest/tests/database_test.test Sets up a Drupal site for running functional and integration tests.
DatabaseBasicSyntaxTestCase::testBasicConcat function modules/simpletest/tests/database_test.test Test for string concatenation.
DatabaseBasicSyntaxTestCase::testFieldConcat function modules/simpletest/tests/database_test.test Test for string concatenation with field values.
DatabaseBasicSyntaxTestCase::testLikeBackslash function modules/simpletest/tests/database_test.test Test LIKE query containing a backslash.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.