134 calls to db_insert()

actions_synchronize in drupal-7.x/includes/actions.inc
Synchronizes actions that are provided by modules in hook_action_info().
aggregator_categorize_items_submit in drupal-7.x/modules/aggregator/aggregator.pages.inc
Form submission handler for aggregator_categorize_items().
aggregator_save_category in drupal-7.x/modules/aggregator/aggregator.module
Adds/edits/deletes aggregator categories.
aggregator_save_feed in drupal-7.x/modules/aggregator/aggregator.module
Add/edit/delete an aggregator feed.
aggregator_save_item in drupal-7.x/modules/aggregator/aggregator.processor.inc
Adds/edits/deletes an aggregator item.
batch_process in drupal-7.x/includes/form.inc
Processes the batch.
block_add_block_form_submit in drupal-7.x/modules/block/block.admin.inc
Form submission handler for block_add_block_form().
block_admin_configure_submit in drupal-7.x/modules/block/block.admin.inc
Form submission handler for block_admin_configure().
block_update_7004 in drupal-7.x/modules/block/block.install
Add new blocks to new regions, migrate custom variables to blocks.
CategorizeFeedItemTestCase::testCategorizeFeedItem in drupal-7.x/modules/aggregator/aggregator.test
Checks that children of a feed inherit a defined category.
comment_enable in drupal-7.x/modules/comment/comment.install
Implements hook_enable().
comment_node_insert in drupal-7.x/modules/comment/comment.module
Implements hook_node_insert().
comment_update_7006 in drupal-7.x/modules/comment/comment.install
Migrate data from the comment field to field storage.
contact_install in drupal-7.x/modules/contact/contact.install
Implements hook_install().
DatabaseBasicSyntaxTestCase::testLikeBackslash in drupal-7.x/modules/simpletest/tests/database_test.test
Test LIKE query containing a backslash.
DatabaseBasicSyntaxTestCase::testLikeEscape in drupal-7.x/modules/simpletest/tests/database_test.test
Test escaping of LIKE wildcards.
DatabaseCaseSensitivityTestCase::testCaseSensitiveInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test BINARY collation in MySQL.
DatabaseInsertDefaultsTestCase::testDefaultEmptyInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test that no action will be preformed if no fields are specified.
DatabaseInsertDefaultsTestCase::testDefaultInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can run a query that is "default values for everything".
DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can insert fields with values and defaults in the same query.
DatabaseInsertLOBTestCase::testInsertMultipleBlob in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can insert multiple blob fields in the same query.
DatabaseInsertLOBTestCase::testInsertOneBlob in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can insert a single blob field successfully.
DatabaseInsertTestCase::testInsertFieldOnlyDefinintion in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can specify fields without values and specify values later.
DatabaseInsertTestCase::testInsertLastInsertID in drupal-7.x/modules/simpletest/tests/database_test.test
Test that inserts return the proper auto-increment ID.
DatabaseInsertTestCase::testInsertSelectAll in drupal-7.x/modules/simpletest/tests/database_test.test
Tests that the INSERT INTO ... SELECT * ... syntax works.
DatabaseInsertTestCase::testInsertSelectFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test that the INSERT INTO ... SELECT (fields) ... syntax works.
DatabaseInsertTestCase::testMultiInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can insert multiple records in one query object.
DatabaseInsertTestCase::testRepeatedInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test that an insert object can be reused with new data after it executes.
DatabaseInsertTestCase::testSimpleInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test the very basic insert functionality.
DatabaseInvalidDataTestCase::testInsertDuplicateData in drupal-7.x/modules/simpletest/tests/database_test.test
Traditional SQL database systems abort inserts when invalid data is encountered.
DatabaseRegressionTestCase::testRegression_310447 in drupal-7.x/modules/simpletest/tests/database_test.test
Regression test for #310447.
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test EXISTS subquery conditionals on SELECT statements.
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect in drupal-7.x/modules/simpletest/tests/database_test.test
Test NOT EXISTS subquery conditionals on SELECT statements.
DatabaseSelectTestCase::testRandomOrder in drupal-7.x/modules/simpletest/tests/database_test.test
Test that random ordering of queries works.
DatabaseTestCase::addSampleData in drupal-7.x/modules/simpletest/tests/database_test.test
Setup our sample data.
DatabaseTestCase::ensureSampleDataNull in drupal-7.x/modules/simpletest/tests/database_test.test
Set up tables for NULL handling.
DatabaseTransactionTestCase::insertRow in drupal-7.x/modules/simpletest/tests/database_test.test
Insert a single row into the testing table.
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…
DatabaseUpdateLOBTestCase::testUpdateMultipleBlob in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can update two blob columns in the same table.
DatabaseUpdateLOBTestCase::testUpdateOneBlob in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can update a blob column.
DrupalTestCase::insertAssert in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Store an assertion from outside the testing context.
drupal_install_system in drupal-7.x/includes/install.inc
Installs the system module.
drupal_write_record in drupal-7.x/includes/common.inc
Saves (inserts or updates) a record to the database based upon the schema.
FieldSqlStorageTestCase::testFieldAttachLoad in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Uses the mysql tables and records to verify field_load_revision works correctly.
FieldSqlStorageTestCase::testFieldAttachSaveMissingData in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Tests insert and update with missing or NULL fields.
field_sql_storage_field_storage_write in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_write().
FileUsageTest::testGetUsage in drupal-7.x/modules/simpletest/tests/file.test
Tests file_usage_list().
FileUsageTest::testRemoveUsage in drupal-7.x/modules/simpletest/tests/file.test
Tests file_usage_delete().
filter_update_7001 in drupal-7.x/modules/filter/filter.install
Break out "escape HTML filter" option to its own filter.
filter_update_7003 in drupal-7.x/modules/filter/filter.install
Upgrade the {filter} table for core filters.
filter_update_7005 in drupal-7.x/modules/filter/filter.install
Integrate text formats with the user permissions system.
flood_register_event in drupal-7.x/includes/common.inc
Registers an event for the current visitor to the flood control mechanism.
forum_field_storage_pre_insert in drupal-7.x/modules/forum/forum.module
Implements hook_field_storage_pre_insert().
forum_field_storage_pre_update in drupal-7.x/modules/forum/forum.module
Implements hook_field_storage_pre_update().
forum_node_insert in drupal-7.x/modules/forum/forum.module
Implements hook_node_insert().
forum_node_update in drupal-7.x/modules/forum/forum.module
Implements hook_node_update().
forum_update_7001 in drupal-7.x/modules/forum/forum.install
Create new {forum_index} table.
hook_entity_insert in drupal-7.x/modules/system/system.api.php
Act on entities when inserted.
hook_field_insert in drupal-7.x/modules/field/field.api.php
Define custom insert behavior for this module's field data.
hook_field_storage_pre_insert in drupal-7.x/modules/field/field.api.php
Act before the storage backends insert field data.
hook_field_storage_pre_update in drupal-7.x/modules/field/field.api.php
Act before the storage backends update field data.
hook_field_storage_write in drupal-7.x/modules/field/field.api.php
Write field data for an entity.
hook_field_update in drupal-7.x/modules/field/field.api.php
Define custom update behavior for this module's field data.
hook_insert in drupal-7.x/modules/node/node.api.php
Respond to creation of a new node.
hook_install in drupal-7.x/modules/system/system.api.php
Perform setup tasks when the module is installed.
hook_node_insert in drupal-7.x/modules/node/node.api.php
Respond to creation of a new node.
hook_path_insert in drupal-7.x/modules/path/path.api.php
Respond to a path being inserted.
hook_taxonomy_term_insert in drupal-7.x/modules/taxonomy/taxonomy.api.php
Act on taxonomy terms when inserted.
hook_user_insert in drupal-7.x/modules/user/user.api.php
A user account was created.
hook_user_logout in drupal-7.x/modules/user/user.api.php
The user just logged out.
hook_user_role_insert in drupal-7.x/modules/user/user.api.php
Inform other modules that a user role has been added.
hook_user_update in drupal-7.x/modules/user/user.api.php
A user account was updated.
ImportOPMLTestCase::openImportForm in drupal-7.x/modules/aggregator/aggregator.test
Opens OPML import form.
ImportOPMLTestCase::submitImportForm in drupal-7.x/modules/aggregator/aggregator.test
Submits form with invalid, empty, and valid OPML files.
locale_add_language in drupal-7.x/includes/locale.inc
API function to add a language.
locale_install in drupal-7.x/modules/locale/locale.install
Implements hook_install().
locale_translate_edit_form_submit in drupal-7.x/modules/locale/locale.admin.inc
Process string editing form submissions.
lock_acquire in drupal-7.x/includes/lock.inc
Acquire (or renew) a lock, but do not block if it fails.
menu_link_save in drupal-7.x/includes/menu.inc
Saves a menu link.
minimal_install in drupal-7.x/profiles/minimal/minimal.install
Implements hook_install().
node_access_rebuild in drupal-7.x/modules/node/node.module
Rebuilds the node access database.
node_access_write_grants in drupal-7.x/modules/node/node.module
Writes a list of grants to the database, deleting any previously saved ones.
node_form_block_admin_configure_submit in drupal-7.x/modules/node/node.module
Form submission handler for node_form_block_admin_configure_alter().
node_install in drupal-7.x/modules/node/node.install
Implements hook_install().
node_type_save in drupal-7.x/modules/node/node.module
Saves a node type to the database.
openid_association in drupal-7.x/modules/openid/openid.module
Attempt to create a shared secret with the OpenID Provider.
openid_user_identities in drupal-7.x/modules/openid/openid.pages.inc
Menu callback; Manage OpenID identities for the specified user.
openid_verify_assertion_nonce in drupal-7.x/modules/openid/openid.module
Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
poll_insert in drupal-7.x/modules/poll/poll.module
Implements hook_insert().
poll_vote in drupal-7.x/modules/poll/poll.module
Submit handler for processing a vote.
profile_field_form_submit in drupal-7.x/modules/profile/profile.admin.inc
Process profile_field_form submissions.
RegistryParseFilesTestCase::setUp in drupal-7.x/modules/simpletest/tests/registry.test
Sets up a Drupal site for running functional and integration tests.
SchemaTestCase::assertFieldAdditionRemoval in drupal-7.x/modules/simpletest/tests/schema.test
Assert that a given field can be added and removed from a table.
SchemaTestCase::assertFieldCharacteristics in drupal-7.x/modules/simpletest/tests/schema.test
Assert that a newly added field has the correct characteristics.
SchemaTestCase::tryInsert in drupal-7.x/modules/simpletest/tests/schema.test
SchemaTestCase::tryUnsignedInsert in drupal-7.x/modules/simpletest/tests/schema.test
Tries to insert a negative value into columns defined as unsigned.
search_index in drupal-7.x/modules/search/search.module
Update the full-text search index for a particular item.
simpletest_run_tests in drupal-7.x/modules/simpletest/simpletest.module
Actually runs tests.
standard_install in drupal-7.x/profiles/standard/standard.install
Implements hook_install().
StatisticsTestCase::setUp in drupal-7.x/modules/statistics/statistics.test
Sets up a Drupal site for running functional and integration tests.
statistics_exit in drupal-7.x/modules/statistics/statistics.module
Implements hook_exit().
SystemQueue::createItem in drupal-7.x/modules/system/system.queue.inc
Add a queue item and store it directly to the queue.
system_block_ip_action in drupal-7.x/modules/system/system.module
Blocks the current user's IP address.
system_ip_blocking_form_submit in drupal-7.x/modules/system/system.admin.inc
system_update_7003 in drupal-7.x/modules/system/system.install
Update {blocked_ips} with valid IP addresses from {access}.
system_update_7007 in drupal-7.x/modules/system/system.install
Convert to new method of storing permissions.
system_update_7011 in drupal-7.x/modules/system/system.install
Split the 'bypass node access' permission from 'administer nodes'.
system_update_7029 in drupal-7.x/modules/system/system.install
Add new 'view own unpublished content' permission for authenticated users. Preserves legacy behavior from Drupal 6.x.
system_update_7036 in drupal-7.x/modules/system/system.install
Split the 'access site in maintenance mode' permission from 'administer site configuration'.
system_update_7053 in drupal-7.x/modules/system/system.install
Upgrade standard blocks and menus.
system_update_7061 in drupal-7.x/modules/system/system.install
Migrate upload.module data to the newly created file field.
system_update_files_database in drupal-7.x/modules/system/system.module
Updates the records in the system table based on the files array.
taxonomy_build_node_index in drupal-7.x/modules/taxonomy/taxonomy.module
Builds and inserts taxonomy index entries for a given node.
taxonomy_term_save in drupal-7.x/modules/taxonomy/taxonomy.module
Saves a term object to the database.
taxonomy_test_taxonomy_term_insert in drupal-7.x/modules/simpletest/tests/taxonomy_test.module
Implements hook_taxonomy_term_insert().
taxonomy_update_7005 in drupal-7.x/modules/taxonomy/taxonomy.install
Migrate {taxonomy_term_node} table to field storage.
tracker_cron in drupal-7.x/modules/tracker/tracker.module
Implements hook_cron().
trigger_assign_form_submit in drupal-7.x/modules/trigger/trigger.admin.inc
Form submission handler for trigger_assign_form().
update_fix_d7_install_profile in drupal-7.x/includes/update.inc
Register the currently installed profile in the system table.
update_fix_d7_requirements in drupal-7.x/includes/update.inc
Perform Drupal 6.x to 7.x updates that are required for update.php to function properly.
UrlAlterFunctionalTest::testUrlAlter in drupal-7.x/modules/simpletest/tests/path.test
Test that URL altering works and that it occurs in the correct order.
UserBlocksUnitTests::insertSession in drupal-7.x/modules/user/user.test
Insert a user session into the {sessions} table. This function is used since we cannot log in more than one user at the same time in tests.
user_install in drupal-7.x/modules/user/user.install
Implements hook_install().
user_save in drupal-7.x/modules/user/user.module
Save changes to a user account or add a new user.
_book_update_outline in drupal-7.x/modules/book/book.module
Handles additions and updates to the book outline.
_locale_import_one_string_db in drupal-7.x/includes/locale.inc
Import one string into the database.
_locale_parse_js_file in drupal-7.x/includes/locale.inc
Parses a JavaScript file, extracts strings wrapped in Drupal.t() and Drupal.formatPlural() and inserts them into the database.
_menu_router_save in drupal-7.x/includes/menu.inc
Saves data from menu_router_build() to the router table.
_openid_invalid_openid_transition in drupal-7.x/modules/openid/openid.inc
Provides transition for accounts with possibly invalid OpenID identifiers in authmap.
_update_7000_field_create_field in drupal-7.x/modules/field/field.install
Utility function: create a field by writing directly to the database.
_update_7000_field_create_instance in drupal-7.x/modules/field/field.install
Utility function: write a field instance directly to the database.
_update_7000_field_sql_storage_write in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.install
Utility function: write field data directly to SQL storage.
_update_create_fetch_task in drupal-7.x/modules/update/update.fetch.inc
Adds a task to the queue for fetching release history data for a project.