Search for db
Title | Object type | File name | Summary |
---|---|---|---|
db_like | function | includes/ |
Escapes characters that work as wildcard characters in a LIKE pattern. |
db_merge | function | includes/ |
Returns a new MergeQuery object for the active database. |
db_next_id | function | includes/ |
Retrieves a unique id. |
db_or | function | includes/ |
Returns a new DatabaseCondition, set to "OR" all conditions together. |
db_query | function | includes/ |
Executes an arbitrary query string against the active database. |
db_query_range | function | includes/ |
Executes a query against the active database, restricted to a range. |
db_query_temporary | function | includes/ |
Executes a SELECT query string and saves the result set to a temporary table. |
db_rename_table | function | includes/ |
Renames a table. |
db_run_tasks | function | includes/ |
Ensures the environment for a Drupal database on a predefined connection. |
db_select | function | includes/ |
Returns a new SelectQuery object for the active database. |
db_set_active | function | includes/ |
Sets a new active database. |
db_table_exists | function | includes/ |
Checks if a table exists. |
db_transaction | function | includes/ |
Returns a new transaction object for the active database. |
db_truncate | function | includes/ |
Returns a new TruncateQuery object for the active database. |
db_update | function | includes/ |
Returns a new UpdateQuery object for the active database. |
db_xor | function | includes/ |
Returns a new DatabaseCondition, set to "XOR" all conditions together. |
DrupalDatabaseCache::isValidBin | function | includes/ |
Checks if $this->bin represents a valid cache table. |
DrupalWebTestCase::assertFieldById | function | modules/ |
Asserts that a field exists in the current page with the given ID and value. |
DrupalWebTestCase::assertFieldByName | function | modules/ |
Asserts that a field exists in the current page with the given name and value. |
DrupalWebTestCase::assertFieldByXPath | function | modules/ |
Asserts that a field exists in the current page by the given XPath. |
DrupalWebTestCase::assertNoFieldById | function | modules/ |
Asserts that a field does not exist with the given ID and value. |
DrupalWebTestCase::assertNoFieldByName | function | modules/ |
Asserts that a field does not exist with the given name and value. |
DrupalWebTestCase::assertNoFieldByXPath | function | modules/ |
Asserts that a field doesn't exist or its value doesn't match, by XPath. |
FieldBulkDeleteTestCase | class | modules/ |
Unit test class for field bulk delete and batch purge functionality. |
FieldBulkDeleteTestCase::$bundles | property | modules/ |
|
FieldBulkDeleteTestCase::$entities | property | modules/ |
|
FieldBulkDeleteTestCase::$entities_by_bundles | property | modules/ |
|
FieldBulkDeleteTestCase::$entity_type | property | modules/ |
|
FieldBulkDeleteTestCase::$field | property | modules/ |
|
FieldBulkDeleteTestCase::$fields | property | modules/ |
|
FieldBulkDeleteTestCase::$instances | property | modules/ |
|
FieldBulkDeleteTestCase::checkHooksInvocations | function | modules/ |
Tests that the expected hooks have been invoked on the expected entities. |
FieldBulkDeleteTestCase::getInfo | function | modules/ |
|
FieldBulkDeleteTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
FieldBulkDeleteTestCase::testDeleteFieldInstance | function | modules/ |
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance. |
FieldBulkDeleteTestCase::testPurgeField | function | modules/ |
Verify that fields are preserved and purged correctly as multiple instances are deleted and purged. |
FieldBulkDeleteTestCase::testPurgeInstance | function | modules/ |
Verify that field data items and instances are purged when an instance is deleted. |
FieldBulkDeleteTestCase::_generateStubEntities | function | modules/ |
Convenience function for Field API tests. |
FieldInfo::getFieldById | function | modules/ |
Returns a field definition from a field ID. |
FileSaveUploadTest::$maxFidBefore | property | modules/ |
The largest file id when the test starts. |
MenuRebuildTestCase::testMenuRebuildByVariable | function | modules/ |
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call. |
PageEditTestCase::testPageAuthoredBy | function | modules/ |
Tests changing a node's "authored by" field. |
PharInvocationCollection::findByCallback | function | misc/ |
|
PharInvocationResolver::addBaseName | function | misc/ |
|
PharInvocationResolver::findByAlias | function | misc/ |
Finds confirmed(!) invocations by alias. |
PharInvocationResolver::findByBaseName | function | misc/ |
|
theme_dblog_message | function | modules/ |
Returns HTML for a log message. |
update_parse_db_url | function | includes/ |
Parse pre-Drupal 7 database connection URLs and return D7 compatible array. |
_dblog_get_message_types | function | modules/ |
Gathers a list of uniquely defined database log message types. |
_db_create_keys_sql | function | includes/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.