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