ViewsHandlerFieldCustomTest::viewsData |
function |
modules/views/tests/handlers/views_handler_field_custom.test |
The views data definition. |
DatabaseTestCase::ensureSampleDataNull |
function |
modules/simpletest/tests/database_test.test |
Set up tables for NULL handling. |
DatabaseMergeTestCase::testMergeInsert |
function |
modules/simpletest/tests/database_test.test |
Confirm that we can merge-insert a record successfully. |
DatabaseMergeTestCase::testMergeUpdate |
function |
modules/simpletest/tests/database_test.test |
Confirm that we can merge-update a record successfully. |
DatabaseSelectTableSortDefaultTestCase |
class |
modules/simpletest/tests/database_test.test |
|
DatabaseTaggingTestCase::testHasAnyTag |
function |
modules/simpletest/tests/database_test.test |
Test query tagging "has at least one of these tags" functionality. |
DatabaseTransactionTestCase::insertRow |
function |
modules/simpletest/tests/database_test.test |
Insert a single row into the testing table. |
DatabaseReservedKeywordTestCase::setUp |
function |
modules/simpletest/tests/database_test.test |
Sets up a Backdrop site for running functional and integration tests. |
RemoteFileUnmanagedSaveDataTest::setUp |
function |
modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseSelectTestCase::testRandomOrder |
function |
modules/simpletest/tests/database_test.test |
Test that random ordering of queries works. |
DatabaseStatementPrefetch::$queryString |
property |
includes/database/prefetch.inc |
The query string. |
BackdropTestCase::prepareDatabasePrefix |
function |
modules/simpletest/backdrop_web_test_case.php |
Generates a database prefix for running tests. |
EntityDatabaseStorageController::create |
function |
modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::create(). |
DatabaseUpdateTestCase::testMultiUpdate |
function |
modules/simpletest/tests/database_test.test |
Confirm that we can update a multiple records successfully. |
DatabaseTaggingTestCase::testHasAllTags |
function |
modules/simpletest/tests/database_test.test |
Test query tagging "has all of these tags" functionality. |
DatabaseSchema_mysql::fieldSetNoDefault |
function |
drivers/database_mysql/schema.inc |
Set a field to have no default value. |
DatabaseStatementPrefetch::$columnNames |
property |
includes/database/prefetch.inc |
The list of column names in this result set. |
DatabaseCharsetConverter::convertTables |
function |
includes/database/charset_converter.inc |
Converts all the tables defined by backdrop_get_schema(). |
DatabaseConnection::$transactionSupport |
property |
includes/database/database.inc |
Whether this database connection supports transactions. |
DatabaseConnection_mysql::dateFormatSql |
function |
drivers/database_mysql/database.inc |
Format a date field. |
ViewsHandlerFilterStringTest::viewsData |
function |
modules/views/tests/handlers/views_handler_filter_string.test |
The views data definition. |
DatabaseStatementPrefetch::setFetchMode |
function |
includes/database/prefetch.inc |
|
DatabaseTasks::validateDatabaseSettings |
function |
includes/install.inc |
Validates driver specific configuration settings. |
DatabaseUpdateTestCase::testWhereUpdate |
function |
modules/simpletest/tests/database_test.test |
Confirm that we can update a multiple records with a where call. |
BackdropTestCase::getDatabaseConnection |
function |
modules/simpletest/backdrop_web_test_case.php |
Returns the database connection to the site running Simpletest. |
DatabaseInsertTestCase::testMultiInsert |
function |
modules/simpletest/tests/database_test.test |
Test that we can insert multiple records in one query object. |
ViewsHandlerFieldBooleanTest::viewsData |
function |
modules/views/tests/handlers/views_handler_field_boolean.test |
The views data definition. |
ViewsHandlerFilterInOperator::viewsData |
function |
modules/views/tests/handlers/views_handler_filter_in_operator.test |
The views data definition. |
EntityDatabaseStorageController::delete |
function |
modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::delete(). |
DatabaseStatementPrefetch::getStatement |
function |
includes/database/prefetch.inc |
Grab a PDOStatement object from a given query and its arguments. |
ViewsHandlerArgumentNullTest::viewsData |
function |
modules/views/tests/handlers/views_handler_argument_null.test |
The views data definition. |
DatabaseCondition::mapConditionOperator |
function |
includes/database/query.inc |
Gets any special processing requirements for the condition operator. |
image_field_views_data_views_data_alter |
function |
modules/image/views/image.views.inc |
Implements hook_field_views_data_views_data_alter(). |
DatabaseSchema::buildTableNameCondition |
function |
includes/database/schema.inc |
Build a condition to match a table name against a standard information_schema. |
DatabaseSchema_mysql::COMMENT_MAX_TABLE |
constant |
drivers/database_mysql/schema.inc |
Maximum length of a table comment in MySQL. |
DatabaseMergeTestCase::testInvalidMerge |
function |
modules/simpletest/tests/database_test.test |
Test that an invalid merge query throws an exception like it is supposed to. |
DatabaseConnection::$temporaryNameIndex |
property |
includes/database/database.inc |
An index used to generate unique temporary table names. |
DatabaseConnection_mysql::$needsCleanup |
property |
drivers/database_mysql/database.inc |
Flag to indicate if the cleanup function in __destruct() should run. |
DatabaseCharsetConverter::setConnection |
function |
includes/database/charset_converter.inc |
Set the active connection for all operations. |
DatabaseStatementPrefetch::fetchAllKeyed |
function |
includes/database/prefetch.inc |
Returns the entire result set as a single associative array. |
DatabaseSelectTestCase::testSimpleSelect |
function |
modules/simpletest/tests/database_test.test |
Test rudimentary SELECT statements. |
DatabaseConnection::$unprefixedTablesMap |
property |
includes/database/database.inc |
List of un-prefixed table names, keyed by prefixed table names. |
DatabaseUpdateTestCase::testSimpleUpdate |
function |
modules/simpletest/tests/database_test.test |
Confirm that we can update a single record successfully. |
MenuTreeOutputTestCase::testMenuTreeData |
function |
modules/simpletest/tests/menu.test |
Validate the generation of a proper menu tree output. |
ViewsHandlerFileExtensionTest::viewsData |
function |
modules/views/tests/handlers/views_handler_field_file_extension.test |
The views data definition. |
EntityDatabaseStorageController::preSave |
function |
modules/entity/entity.controller.inc |
Acts on an entity before the presave hook is invoked. |
DatabaseSchema_mysql::COMMENT_MAX_COLUMN |
constant |
drivers/database_mysql/schema.inc |
Maximum length of a column comment in MySQL. |
DatabaseAlterTestCase::testAlterWithJoin |
function |
modules/simpletest/tests/database_test.test |
Test that we can alter the joins on a query. |
ConfigDatabaseStorage::initializeStorage |
function |
drivers/config_database/config_database_storage.inc |
Create the database table it does not already exist. |
DatabaseInsertTestCase::testSimpleInsert |
function |
modules/simpletest/tests/database_test.test |
Test the very basic insert functionality. |