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