_update_build_layout_data |
function |
modules/update/update.compare.inc |
Helper function to scan and collect layout data. |
simpletest_clean_database |
function |
modules/simpletest/simpletest.module |
Removed prefixed tables from the database that are left over from crashed tests. |
DatabaseConnection::merge |
function |
includes/database/database.inc |
Prepares and returns a MERGE query object. |
DatabaseCondition::isNull |
function |
includes/database/query.inc |
Implements QueryConditionInterface::isNull(). |
FieldViewsDataTest::setUp |
function |
modules/field/tests/field_views.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseUpdateLOBTestCase |
class |
modules/simpletest/tests/database_test.test |
Test update queries involving LOB values. |
Database::RETURN_AFFECTED |
constant |
includes/database/database.inc |
Flag to indicate a query call should return the number of affected rows. |
DatabaseCondition::exists |
function |
includes/database/query.inc |
Implements QueryConditionInterface::exists(). |
hook_telemetry_data_alter |
function |
modules/telemetry/telemetry.api.php |
Alter the complete list of values collected by Telemetry before sending. |
DatabaseStatementPrefetch |
class |
includes/database/prefetch.inc |
An implementation of DatabaseStatementInterface that prefetches all data. |
DatabaseConnection::quote |
function |
includes/database/database.inc |
Provides a wrapper for the quote() function from the PDO object. |
DatabaseConnection::query |
function |
includes/database/database.inc |
Executes a query string against the database. |
DatabaseSchema::dropIndex |
function |
includes/database/schema.inc |
Drop an index. |
DatabaseSchema::dropField |
function |
includes/database/schema.inc |
Drop a field. |
taxonomy_views_data_alter |
function |
modules/taxonomy/views/taxonomy.views.inc |
Implements hook_views_data_alter(). |
DatabaseSchema::dropTable |
function |
includes/database/schema.inc |
Drop a table. |
taxonomy_field_views_data |
function |
modules/taxonomy/views/taxonomy.views.inc |
Implements hook_field_views_data(). |
DatabaseTransaction::name |
function |
includes/database/database.inc |
Retrieves the name of the transaction or savepoint. |
Database::closeConnection |
function |
includes/database/database.inc |
Closes a connection to the server specified by the given key and target. |
database_test_query_alter |
function |
modules/simpletest/tests/database_test.module |
Implements hook_query_alter(). |
DatabaseInsertLOBTestCase |
class |
modules/simpletest/tests/database_test.test |
Insert tests using LOB fields, which are weird on some databases. |
DatabaseTasks::$pdoDriver |
property |
includes/install.inc |
The PDO driver name for MySQL and equivalent databases. |
FileUnmanagedSaveDataTest |
class |
modules/simpletest/tests/file.test |
Tests the file_unmanaged_save_data() function. |
DRUPAL_BOOTSTRAP_DATABASE |
constant |
includes/drupal.inc |
|
DatabaseTasks_mysql::name |
function |
drivers/database_mysql/install.inc |
Returns a human-readable name string for MySQL and equivalent databases. |
DatabaseExtraTypesTestCase |
class |
modules/simpletest/tests/database_test.test |
Test proposed new data types for the schema API. |
update_fetch_data_finished |
function |
modules/update/update.fetch.inc |
Batch callback: Performs actions when all fetch tasks have been completed. |
DatabaseRangeQueryTestCase |
class |
modules/simpletest/tests/database_test.test |
Range query tests. |
_system_rebuild_theme_data |
function |
modules/system/system.module |
Helper function to scan and collect theme .info data and their engines. |
system_rebuild_module_data |
function |
modules/system/system.module |
Rebuild, save, and return data about all currently available modules. |
Database::RETURN_STATEMENT |
constant |
includes/database/database.inc |
Flag to indicate a query call should return the prepared statement. |
DatabaseConnection::getKey |
function |
includes/database/database.inc |
Returns the key this connection is associated with. |
BackdropDatabaseCache::set |
function |
drivers/cache_database/cache_database.inc |
Implements BackdropCacheInterface::set(). |
DatabaseConnection::insert |
function |
includes/database/database.inc |
Prepares and returns an INSERT query object. |
DatabaseRegressionTestCase |
class |
modules/simpletest/tests/database_test.test |
Regression tests. |
DatabaseConnection::schema |
function |
includes/database/database.inc |
Returns a DatabaseSchema object for manipulating the schema. |
DatabaseConnection::nextId |
function |
includes/database/database.inc |
Retrieves an unique id from a given sequence. |
DatabaseConnectionTestCase |
class |
modules/simpletest/tests/database_test.test |
Test connection management. |
DatabaseCondition::compile |
function |
includes/database/query.inc |
Implements QueryConditionInterface::compile(). |
DatabaseConnection::update |
function |
includes/database/database.inc |
Prepares and returns an UPDATE query object. |
DatabaseConnection::delete |
function |
includes/database/database.inc |
Prepares and returns a DELETE query object. |
Database::removeConnection |
function |
includes/database/database.inc |
Remove a connection and its corresponding connection information. |
DatabaseCondition::__clone |
function |
includes/database/query.inc |
PHP magic __clone() method. |
DatabaseSchema::fieldNames |
function |
includes/database/schema.inc |
Return an array of field names from an array of key/index column specifiers. |
DatabaseSchema::cloneTable |
function |
includes/database/schema.inc |
Create an exact duplicate of an existing table, including all content. |
DatabaseTasks::installable |
function |
includes/install.inc |
Check whether Backdrop is installable on the database. |
Database::renameConnection |
function |
includes/database/database.inc |
Rename a connection and its corresponding connection information. |
Database::RETURN_INSERT_ID |
constant |
includes/database/database.inc |
Flag to indicate a query call should return the "last insert id". |
DatabaseConnection::driver |
function |
includes/database/database.inc |
Returns the type of database driver. |
DatabaseTransaction::$name |
property |
includes/database/database.inc |
The name of the transaction. |