NodeStorageController::saveRevision |
function |
core/modules/node/node.entity.inc |
Saves a node revision. |
UserPictureTestCase::saveUserPicture |
function |
core/modules/user/tests/user.test |
|
FileSaveUploadTest::$image_extension |
property |
core/modules/simpletest/tests/file.test |
|
entity_crud_hook_test_entity_presave |
function |
core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_entity_presave(). |
FileSaveDataTest::testExistingRename |
function |
core/modules/simpletest/tests/file.test |
Test file_save_data() when renaming around an existing file. |
views_plugin_localization_none::save |
function |
core/modules/views/plugins/views_plugin_localization_none.inc |
Save a string for translation; not supported. |
entity_crud_hook_test_comment_presave |
function |
core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_presave(). |
FileSaveDataTest::testWithoutFilename |
function |
core/modules/simpletest/tests/file.test |
Test the file_save_data() function when no filename is provided. |
FileSaveDataTest::testExistingReplace |
function |
core/modules/simpletest/tests/file.test |
Test file_save_data() when replacing an existing file. |
EntityDatabaseStorageController::save |
function |
core/modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::save(). |
views_plugin_localization::save_string |
function |
core/modules/views/plugins/views_plugin_localization.inc |
Save a string for translation. |
RemoteFileUnmanagedSaveDataTest::setUp |
function |
core/modules/simpletest/tests/file.test |
|
FileSaveUploadTest::testExistingRename |
function |
core/modules/simpletest/tests/file.test |
Test renaming when uploading over a file that already exists. |
EntityStorageControllerInterface::save |
function |
core/modules/entity/entity.controller.inc |
Saves the entity permanently. |
PathPatternTestHelper::saveEntityAlias |
function |
core/modules/path/tests/path_pattern.test |
|
NodeSaveTestCase::testNodeSaveOnInsert |
function |
core/modules/node/tests/node.test |
Tests saving a node on node insert. |
FileSaveUploadTest::testHandleExtension |
function |
core/modules/simpletest/tests/file.test |
Test extension handling. |
FileSaveUploadTest::testHandleFileMunge |
function |
core/modules/simpletest/tests/file.test |
Test file munge handling. |
FileSaveUploadTest::testExistingReplace |
function |
core/modules/simpletest/tests/file.test |
Test replacement when uploading over a file that already exists. |
EntityReferenceBehaviorHandler::presave |
function |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act on pre-saving an entity reference field. |
viewsUiGroupbyTestCase::testGroupBySave |
function |
core/modules/views/tests/views_groupby.test |
Tests whether basic saving works. |
EntityDatabaseStorageController::preSave |
function |
core/modules/entity/entity.controller.inc |
Acts on an entity before the presave hook is invoked. |
NodeSaveTestCase::testDeterminingChanges |
function |
core/modules/node/tests/node.test |
Tests determining changes in hook_node_presave() and verifies the static
node load cache is cleared upon save. |
_session_test_set_message_but_do_not_save |
function |
core/modules/simpletest/tests/session_test.module |
Menu callback, sets a message but call backdrop_save_session(FALSE). |
EntityDatabaseStorageController::postSave |
function |
core/modules/entity/entity.controller.inc |
Acts on a saved entity before the insert or update hook is invoked. |
SessionTestCase::testSessionSaveRegenerate |
function |
core/modules/simpletest/tests/session.test |
Tests for backdrop_save_session() and backdrop_session_regenerate(). |
PathSaveTest::testBackdropSaveOriginalPath |
function |
core/modules/simpletest/tests/path.test |
Tests that path_save() makes the original path available to modules. |
views_plugin_localization_core::save_string |
function |
core/modules/views/plugins/views_plugin_localization_core.inc |
Save a string for translation. |
FileUnmanagedSaveDataTest::testFileSaveData |
function |
core/modules/simpletest/tests/file.test |
Test the file_unmanaged_save_data() function. |
FileSaveUploadTest::testHandleDangerousFile |
function |
core/modules/simpletest/tests/file.test |
Test dangerous file handling. |
entity_crud_hook_test_taxonomy_term_presave |
function |
core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_taxonomy_term_presave(). |
EntityExampleBasicControllerInterface::save |
function |
modules/examples/entity_example/entity_example.inc |
Save an entity. |
locale_language_negotiation_url_domains_save |
function |
core/includes/locale.inc |
Saves the language domain settings. |
ColorTestCase::testUpdateCssFilesOnConfigSave |
function |
core/modules/color/tests/color.test |
Test if the CSS files for a theme are updated when editing Configuration. |
locale_language_negotiation_url_prefixes_save |
function |
core/includes/locale.inc |
Saves language prefix settings. |
CommentPreviewTest::testCommentEditPreviewSave |
function |
core/modules/comment/tests/comment.test |
Tests comment edit, preview, and save. |
EntityReferenceBehaviorHandlerInterface::presave |
function |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act on pre-saving an entity reference field. |
FieldAttachStorageTestCase::testFieldAttachSaveLoad |
function |
core/modules/field/tests/field.test |
Check field values insert, update and load. |
FieldSqlStorageTestCase::testFieldAttachSaveMissingData |
function |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
Tests insert and update with missing or NULL fields. |
FieldTranslationsTestCase::testTranslatableFieldSaveLoad |
function |
core/modules/field/tests/field.test |
Test translatable fields storage/retrieval. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingData |
function |
core/modules/field/tests/field.test |
Tests insert and update with missing or NULL fields. |
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage |
function |
core/modules/field/tests/field.test |
Test saving and loading fields using different storage backends. |
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue |
function |
core/modules/field/tests/field.test |
Test insert with missing or NULL fields, with default value. |