- ajax_example_node_insert in modules/
examples/ ajax_example/ ajax_example_node_form_alter.inc - Implements hook_node_insert().
- BackdropTestCase::prepareDatabasePrefix in core/
modules/ simpletest/ backdrop_web_test_case.php - Generates a database prefix for running tests.
- backdrop_install_system in core/
includes/ install.inc - Installs the system module.
- backdrop_write_record in core/
includes/ common.inc - Saves (inserts or updates) a record to the database based upon the schema.
- batch_process in core/
includes/ form.inc - Processes the batch.
- comment_enable in core/
modules/ comment/ comment.install - Implements hook_enable().
- comment_node_insert in core/
modules/ comment/ comment.module - Implements hook_node_insert().
- DatabaseBasicSyntaxTestCase::testLikeBackslash in core/
modules/ simpletest/ tests/ database_test.test - Test LIKE query containing a backslash.
- DatabaseBasicSyntaxTestCase::testLikeEscape in core/
modules/ simpletest/ tests/ database_test.test - Test escaping of LIKE wildcards.
- DatabaseCaseSensitivityTestCase::testCaseSensitiveInsert in core/
modules/ simpletest/ tests/ database_test.test - Test BINARY collation in MySQL.
- DatabaseExtraTypesTestCase::testDateField in core/
modules/ simpletest/ tests/ database_test.test - Test the date data type.
- DatabaseExtraTypesTestCase::testTimeField in core/
modules/ simpletest/ tests/ database_test.test - Test the time data type.
- DatabaseInsertDefaultsTestCase::testDefaultEmptyInsert in core/
modules/ simpletest/ tests/ database_test.test - Test that no action will be preformed if no fields are specified.
- DatabaseInsertDefaultsTestCase::testDefaultInsert in core/
modules/ simpletest/ tests/ database_test.test - Test that we can run a query that is "default values for everything".
- DatabaseInsertDefaultsTestCase::testDefaultInsertWithFields in core/
modules/ simpletest/ tests/ database_test.test - Test that we can insert fields with values and defaults in the same query.
- DatabaseInsertLOBTestCase::testInsertMultipleBlob in core/
modules/ simpletest/ tests/ database_test.test - Test that we can insert multiple blob fields in the same query.
- DatabaseInsertLOBTestCase::testInsertOneBlob in core/
modules/ simpletest/ tests/ database_test.test - Test that we can insert a single blob field successfully.
- DatabaseInsertTestCase::testInsertFieldOnlyDefinition in core/
modules/ simpletest/ tests/ database_test.test - Test that we can specify fields without values and specify values later.
- DatabaseInsertTestCase::testInsertLastInsertID in core/
modules/ simpletest/ tests/ database_test.test - Test that inserts return the proper auto-increment ID.
- DatabaseInsertTestCase::testInsertSelectAll in core/
modules/ simpletest/ tests/ database_test.test - Tests that the INSERT INTO ... SELECT * ... syntax works.
- DatabaseInsertTestCase::testInsertSelectFields in core/
modules/ simpletest/ tests/ database_test.test - Test that the INSERT INTO ... SELECT (fields) ... syntax works.
- DatabaseInsertTestCase::testMultiInsert in core/
modules/ simpletest/ tests/ database_test.test - Test that we can insert multiple records in one query object.
- DatabaseInsertTestCase::testRepeatedInsert in core/
modules/ simpletest/ tests/ database_test.test - Test that an insert object can be reused with new data after it executes.
- DatabaseInsertTestCase::testSimpleInsert in core/
modules/ simpletest/ tests/ database_test.test - Test the very basic insert functionality.
- DatabaseInvalidDataTestCase::testInsertDuplicateData in core/
modules/ simpletest/ tests/ database_test.test - Traditional SQL database systems abort inserts when invalid data is encountered.
- DatabaseRegressionTestCase::testRegression_310447 in core/
modules/ simpletest/ tests/ database_test.test - Regression test for #310447.
- DatabaseSelectSubqueryTestCase::testExistsSubquerySelect in core/
modules/ simpletest/ tests/ database_test.test - Test EXISTS subquery conditionals on SELECT statements.
- DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect in core/
modules/ simpletest/ tests/ database_test.test - Test NOT EXISTS subquery conditionals on SELECT statements.
- DatabaseSelectTestCase::testRandomOrder in core/
modules/ simpletest/ tests/ database_test.test - Test that random ordering of queries works.
- DatabaseTestCase::addSampleData in core/
modules/ simpletest/ tests/ database_test.test - Setup our sample data.
- DatabaseTestCase::ensureSampleDataNull in core/
modules/ simpletest/ tests/ database_test.test - Set up tables for NULL handling.
- DatabaseTransactionTestCase::insertRow in core/
modules/ simpletest/ tests/ database_test.test - Insert a single row into the testing table.
- DatabaseTransactionTestCase::transactionInnerLayer in core/
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 core/
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 core/
modules/ simpletest/ tests/ database_test.test - Confirm that we can update two blob columns in the same table.
- DatabaseUpdateLOBTestCase::testUpdateOneBlob in core/
modules/ simpletest/ tests/ database_test.test - Confirm that we can update a blob column.
- database_example_entry_insert in modules/
examples/ database_example/ database_example.module - Saves an entry in the database using db_insert().
- database_example_install in modules/
examples/ database_example/ database_example.install - Implements hook_install().
- drupal-7.language.database.php in core/
modules/ simpletest/ tests/ upgrade/ drupal-7.language.database.php - Database additions for language tests. Used in upgrade.language.test.
- FieldAttachStorageTestCase::testFieldHasData in core/
modules/ field/ tests/ field.test - Test field_has_data().
- FieldSqlStorageTestCase::testFieldAttachLoad in core/
modules/ field/ modules/ field_sql_storage/ tests/ field_sql_storage.test - Uses the mysql tables and records to verify field_load_revision works correctly.
- FieldSqlStorageTestCase::testFieldAttachSaveMissingData in core/
modules/ field/ modules/ field_sql_storage/ tests/ field_sql_storage.test - Tests insert and update with missing or NULL fields.
- field_sql_storage_field_storage_write in core/
modules/ field/ modules/ field_sql_storage/ field_sql_storage.module - Implements hook_field_storage_write().
- FileUsageTest::testGetUsage in core/
modules/ simpletest/ tests/ file.test - Tests file_usage_list().
- FileUsageTest::testRemoveUsage in core/
modules/ simpletest/ tests/ file.test - Tests file_usage_delete().
- file_file_insert in core/
modules/ file/ file.file.inc - Implements hook_file_insert().
- file_file_update in core/
modules/ file/ file.file.inc - Implements hook_file_update().
- flood_register_event in core/
includes/ common.inc - Registers an event for the current visitor to the flood control mechanism.
- hook_entity_insert in core/
modules/ entity/ entity.api.php - Act on entities when inserted.
- hook_field_insert in core/
modules/ field/ field.api.php - Define custom insert behavior for this module's field data.
- hook_field_storage_pre_insert in core/
modules/ field/ field.api.php - Act before the storage backends insert field data.
- hook_field_storage_pre_update in core/
modules/ field/ field.api.php - Act before the storage backends update field data.
- hook_field_storage_write in core/
modules/ field/ field.api.php - Write field data for an entity.
- hook_field_update in core/
modules/ field/ field.api.php - Define custom update behavior for this module's field data.
- hook_insert in core/
modules/ node/ node.api.php - Respond to creation of a new node.
- hook_install in core/
modules/ system/ system.api.php - Perform setup tasks when the module is installed.
- hook_node_insert in core/
modules/ node/ node.api.php - Respond to creation of a new node.
- hook_path_insert in core/
modules/ path/ path.api.php - Respond to a path being inserted.
- hook_taxonomy_term_insert in core/
modules/ taxonomy/ taxonomy.api.php - Act on taxonomy terms when inserted.
- hook_taxonomy_vocabulary_insert in core/
modules/ taxonomy/ taxonomy.api.php - Act on taxonomy vocabularies when inserted.
- hook_user_insert in core/
modules/ user/ user.api.php - Respond to creation of a new user account.
- hook_user_logout in core/
modules/ user/ user.api.php - The user just logged out.
- hook_user_role_insert in core/
modules/ user/ user.api.php - Respond to creation of a new user role.
- hook_user_update in core/
modules/ user/ user.api.php - Respond to updates to a user account.
- layout_upgrade_database.php in core/
modules/ layout/ tests/ layout_upgrade_database.php - Database additions for Layout upgrade tests. Used in layout.test.
- locale_translate_edit_form_submit in core/
modules/ locale/ locale.pages.inc - Process string editing form submissions.
- lock_acquire in core/
includes/ lock.inc - Acquire (or renew) a lock, but do not block if it fails.
- menu_link_save in core/
includes/ menu.inc - Saves a menu link.
- node_access_example_node_insert in modules/
examples/ node_access_example/ node_access_example.module - Implements hook_node_insert().
- node_access_rebuild in core/
modules/ node/ node.module - Rebuilds the node access database.
- node_hooks_example_node_insert in modules/
examples/ node_hooks_example/ node_hooks_example.module - Implements hook_node_insert().
- node_install in core/
modules/ node/ node.install - Implements hook_install().
- SchemaTestCase::assertFieldAdditionRemoval in core/
modules/ simpletest/ tests/ schema.test - Assert that a given field can be added and removed from a table.
- SchemaTestCase::assertFieldCharacteristics in core/
modules/ simpletest/ tests/ schema.test - Assert that a newly added field has the correct characteristics.
- SchemaTestCase::tryInsert in core/
modules/ simpletest/ tests/ schema.test - SchemaTestCase::tryUnsignedInsert in core/
modules/ simpletest/ tests/ schema.test - Tries to insert a negative value into columns defined as unsigned.
- search_index in core/
modules/ search/ search.module - Update the full-text search index for a particular item.
- SystemQueue::createItem in core/
modules/ system/ system.queue.inc - Add a queue item and store it directly to the queue.
- system_update_files_database in core/
modules/ system/ system.module - Updates the records in the system table based on the files array.
- tabledrag_example_install in modules/
examples/ tabledrag_example/ tabledrag_example.install - Implements hook_install().
- tablesort_example_install in modules/
examples/ tablesort_example/ tablesort_example.install - Implements hook_install().
- TaxonomyTermController::postSave in core/
modules/ taxonomy/ taxonomy.entity.inc - Overrides EntityDatabaseStorageController::postSave().
- taxonomy_build_node_index in core/
modules/ taxonomy/ taxonomy.module - Builds and inserts taxonomy index entries for a given node.
- taxonomy_test_taxonomy_term_insert in core/
modules/ simpletest/ tests/ taxonomy_test.module - Implements hook_taxonomy_term_insert().
- tempstore_set in core/
includes/ common.inc - Stores an object in the semi-persistent key-value store.
- update_module_add_to_system in core/
includes/ update.inc - Adds modules to the system table in a Backdrop core update.
- UpgradePathTestCase::variable_set in core/
modules/ simpletest/ tests/ upgrade/ upgrade.test - Specialized variable_set() that works even if the child site is not upgraded.
- UserStorageController::postSave in core/
modules/ user/ user.entity.inc - Overrides EntityDatabaseStorageController::postSave().
- user_install in core/
modules/ user/ user.install - Implements hook_install().
- user_update_1001 in core/
modules/ user/ user.install - Grant "administer account settings" to roles with "administer users."
- ViewsSqlTest::setUp in core/
modules/ views/ tests/ views_query.test - Sets up a Backdrop site for running functional and integration tests.
- _book_update_outline in core/
modules/ book/ book.module - Handles additions and updates to the book outline.
- _locale_import_one_string_db in core/
includes/ gettext.inc - Imports one string into the database.
- _locale_parse_js_file in core/
includes/ locale.inc - Parses a JavaScript file, extracts strings wrapped in Backdrop.t() and Backdrop.formatPlural() and inserts them into the database.
- _menu_router_save in core/
includes/ menu.inc - Saves data from menu_router_build() to the router table.
- _node_access_write_grants in core/
modules/ node/ node.module - Writes a list of grants to the database, deleting any previously saved ones.
- _update_7000_field_sql_storage_write in core/
modules/ field/ modules/ field_sql_storage/ field_sql_storage.install - Utility function: write field data directly to SQL storage.
- _update_create_fetch_task in core/
modules/ update/ update.fetch.inc - Adds a task to the queue for fetching release history data for a project.