You are here

33 calls to db_query() in Zircon Profile 8

AggregatorTestBase::updateFeedItems in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Updates the feed items.
BasicSyntaxTest::testConcatFields in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
Tests string concatenation with field values.
BasicSyntaxTest::testConcatLiterals in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
Tests string concatenation.
BasicSyntaxTest::testConcatWsFields in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
Tests string concatenation with separator, with field values.
BasicSyntaxTest::testConcatWsLiterals in core/modules/system/src/Tests/Database/BasicSyntaxTest.php
Tests string concatenation with separator.
DbDumpTest::getTableIndexes in core/modules/system/src/Tests/Update/DbDumpTest.php
Returns indexes for a given table.
DbDumpTest::getTableSchema in core/modules/system/src/Tests/Update/DbDumpTest.php
Helper function to get a simplified schema for a given table.
DbLogTest::doUser in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some user events.
FetchTest::testQueryFetchArray in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record to an associative array explicitly.
FetchTest::testQueryFetchBoth in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record into a doubly-keyed array explicitly.
FetchTest::testQueryFetchClass in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record into a new instance of a custom class.
FetchTest::testQueryFetchCol in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch an entire column of a result set at once.
FetchTest::testQueryFetchDefault in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record properly in default object mode.
FetchTest::testQueryFetchNum in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record into an indexed array explicitly.
FetchTest::testQueryFetchObject in core/modules/system/src/Tests/Database/FetchTest.php
Confirms that we can fetch a record to an object explicitly.
FetchTest::testRowCount in core/modules/system/src/Tests/Database/FetchTest.php
Tests that rowCount() throws exception on SELECT query.
history_read_multiple in core/modules/history/history.module
Retrieves the last viewed timestamp for each of the passed node IDs.
hook_cron in core/core.api.php
Perform periodic actions.
hook_node_update_index in core/modules/node/node.api.php
Act on a node being indexed for searching.
ImportOpmlTest::submitImportForm in core/modules/aggregator/src/Tests/ImportOpmlTest.php
Submits form with invalid, empty, and valid OPML files.
LargeQueryTest::testMaxAllowedPacketQueryTruncating in core/modules/system/src/Tests/Database/LargeQueryTest.php
Tests truncation of messages when max_allowed_packet exception occurs.
locale_translation_get_file_history in core/modules/locale/locale.module
Gets current translation status from the {locale_file} table.
LoggingTest::testEnableTargetLogging in core/modules/system/src/Tests/Database/LoggingTest.php
Tests logging queries against multiple targets on the same connection.
NodeCreationTest::getWatchdogIdsForTestExceptionRollback in core/modules/node/src/Tests/NodeCreationTest.php
Gets the watchdog IDs of the records with the rollback exception message.
RelationshipTest::testRelationshipQuery in core/modules/views/src/Tests/Handler/RelationshipTest.php
Tests the query result of a view with a relationship.
RelationshipTest::testRelationshipRender in core/modules/views/src/Tests/Handler/RelationshipTest.php
Tests rendering of a view with a relationship.
Schema::findTables in core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Finds all tables that are like the specified base table name.
SchemaTest::testIndexLength in core/modules/system/src/Tests/Database/SchemaTest.php
Tests that indexes on string fields are limited to 191 characters on MySQL.
SchemaTest::testSchema in core/modules/system/src/Tests/Database/SchemaTest.php
Tests database interactions.
search_update_totals in core/modules/search/search.module
Updates the {search_total} database table.
SessionTest::testEmptySessionID in core/modules/system/src/Tests/Session/SessionTest.php
Test that empty session IDs are not allowed.
Tasks::checkBinaryOutput in core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php
Check Binary Output.
_memcache_session_user_load in modules/memcache/unstable/memcache-session.inc
Create the user object.