17 calls to db_transaction()

block_admin_configure_submit in drupal-7.x/modules/block/block.admin.inc
Form submission handler for block_admin_configure().
block_admin_display_form_submit in drupal-7.x/modules/block/block.admin.inc
Form submission handler for block_admin_display_form().
comment_delete_multiple in drupal-7.x/modules/comment/comment.module
Delete comments and all their replies.
comment_save in drupal-7.x/modules/comment/comment.module
Accepts a submission of new or changed comment content.
DatabaseTransactionTestCase::testTransactionStacking in drupal-7.x/modules/simpletest/tests/database_test.test
Test transaction stacking and commit / rollback.
DatabaseTransactionTestCase::testTransactionWithDdlStatement in drupal-7.x/modules/simpletest/tests/database_test.test
Test the compatibility of transactions with DDL statements.
DatabaseTransactionTestCase::transactionInnerLayer in drupal-7.x/modules/simpletest/tests/database_test.test
Helper method for transaction unit tests. This "inner layer" transaction is either used alone or nested inside of the "outer layer" transaction.
DatabaseTransactionTestCase::transactionOuterLayer in drupal-7.x/modules/simpletest/tests/database_test.test
Helper method for transaction unit test. This "outer layer" transaction starts and then encapsulates the "inner layer" transaction. This nesting is used to evaluate whether the the database transaction API properly supports…
field_sql_storage_field_storage_update_field in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_update_field().
menu_rebuild in drupal-7.x/includes/menu.inc
Populates the database tables used by various menu functions.
node_delete_multiple in drupal-7.x/modules/node/node.module
Deletes multiple nodes.
node_save in drupal-7.x/modules/node/node.module
Saves changes to a node or adds a new node.
taxonomy_term_delete in drupal-7.x/modules/taxonomy/taxonomy.module
Delete a term.
taxonomy_vocabulary_delete in drupal-7.x/modules/taxonomy/taxonomy.module
Delete a vocabulary.
user_delete_multiple in drupal-7.x/modules/user/user.module
Delete multiple user accounts.
user_save in drupal-7.x/modules/user/user.module
Save changes to a user account or add a new user.
_registry_update in drupal-7.x/includes/registry.inc
Does the work for registry_update().