CommonBackdropWriteRecordTestCase::testBackdropWriteRecord in modules/simpletest/tests/common.test
Test the backdrop_write_record() API function.
drupal_write_record in includes/drupal.inc
Saves (inserts or updates) a record to the database based upon the schema.
EntityDatabaseStorageController::save in modules/entity/entity.controller.inc
Implements EntityStorageControllerInterface::save().
EntityFieldQueryTestCase::setUp in modules/entity/tests/entity_query.test
Sets up a Backdrop site for running functional and integration tests.
EntityFieldQueryTestCase::testEntityFieldQuery in modules/entity/tests/entity_query.test
Tests EntityFieldQuery.
field_test_entity_save in modules/field/tests/field_test/field_test.entity.inc
Saves a test_entity.
FileReplaceTestCase::testReplaceFile in modules/file/tests/file.test
@todo Test image dimensions for an image field are reset when a file is replaced. @todo Test image styles are cleared when an image is updated.
FileSpaceUsedTest::setUp in modules/simpletest/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FileTestCase::createFile in modules/simpletest/tests/file.test
Create a file and save it to the files table and assert that it occurs correctly.
FileTestHelper::createFile in modules/file/tests/file.test
hook_entity_predelete in modules/entity/entity.api.php
Act before entity deletion.
hook_menu_link_insert in modules/system/system.api.php
Inform modules that a menu link has been created.
module_test_enable in modules/simpletest/tests/module_test.install
Implements hook_enable().
module_test_install in modules/simpletest/tests/module_test.install
Implements hook_install().
NodeQueryAlter::testNodeQueryAlterOverride in modules/node/tests/node.test
Tests 'node_access' query alter override.
NodeStorageController::save in modules/node/node.entity.inc
Overrides EntityDatabaseStorageController::save().
NodeStorageController::saveRevision in modules/node/node.entity.inc
Saves a node revision.
path_save in includes/path.inc
Save a path alias to the database.
redirect_save in modules/redirect/redirect.module
Save an URL redirect.
system_transliteration_retroactive_submit in modules/system/system.admin.inc
Form submit function; retroactively transliterates existing file names.
translation_test_node_insert in modules/translation/tests/translation_test/translation_test.module
Implements hook_node_insert().
ViewsCacheTest::testNoneCaching in modules/views/tests/views_cache.test
Tests no caching.
ViewsCacheTest::testTimeCaching in modules/views/tests/views_cache.test
Tests time based caching.