Search for _save

  1. Search 9.5.x for _save
  2. Search 8.9.x for _save
  3. Search 10.3.x for _save
  4. Search 11.x for _save
  5. Other projects
Title Object type File name Summary
FileSaveUploadTest::testExistingError function modules/simpletest/tests/file.test Test for failure when uploading over a file that already exists.
FileSaveUploadTest::testExistingRename function modules/simpletest/tests/file.test Test renaming when uploading over a file that already exists.
FileSaveUploadTest::testExistingReplace function modules/simpletest/tests/file.test Test replacement when uploading over a file that already exists.
FileSaveUploadTest::testHandleDangerousFile function modules/simpletest/tests/file.test Test dangerous file handling.
FileSaveUploadTest::testHandleExtension function modules/simpletest/tests/file.test Test extension handling.
FileSaveUploadTest::testHandleFileMunge function modules/simpletest/tests/file.test Test file munge handling.
FileSaveUploadTest::testNormal function modules/simpletest/tests/file.test Test the file_save_upload() function.
FileSaveUploadTest::testNoUpload function modules/simpletest/tests/file.test Test for no failures when not uploading a file.
FileUnmanagedSaveDataTest class modules/simpletest/tests/file.test Tests the file_unmanaged_save_data() function.
FileUnmanagedSaveDataTest::getInfo function modules/simpletest/tests/file.test
FileUnmanagedSaveDataTest::testFileSaveData function modules/simpletest/tests/file.test Test the file_unmanaged_save_data() function.
file_field_presave function modules/file/file.field.inc Implements hook_field_presave().
file_managed_file_save_upload function modules/file/file.module Saves any files that have been uploaded into a managed_file element.
file_save function includes/file.inc Saves a file object to the database.
file_save_data function includes/file.inc Saves a file to the specified destination and creates a database entry.
file_save_upload function includes/file.inc Saves a file upload to a new location.
file_unmanaged_save_data function includes/file.inc Saves a string to the specified destination without invoking file API.
filter_format_save function modules/filter/filter.module Saves a text format object to the database.
forum_block_save function modules/forum/forum.module Implements hook_block_save().
forum_node_presave function modules/forum/forum.module Implements hook_node_presave().
hook_block_save function modules/block/block.api.php Save the configuration options from hook_block_configure().
hook_comment_presave function modules/comment/comment.api.php The comment passed validation and is about to be saved.
hook_entity_presave function modules/system/system.api.php Act on an entity before it is about to be created or updated.
hook_field_attach_presave function modules/field/field.api.php Act on field_attach_presave().
hook_field_presave function modules/field/field.api.php Define custom presave behavior for this module's field types.
hook_file_presave function modules/system/system.api.php Act on a file being inserted or updated.
hook_image_style_save function modules/image/image.api.php Respond to image style updating.
hook_node_presave function modules/node/node.api.php Act on a node being inserted or updated.
hook_taxonomy_term_presave function modules/taxonomy/taxonomy.api.php Act on taxonomy terms before they are saved.
hook_taxonomy_vocabulary_presave function modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies before they are saved.
hook_user_presave function modules/user/user.api.php A user account is about to be created or updated.
hook_user_role_presave function modules/user/user.api.php Act on a user role being inserted or updated.
ImageToolkitUnitTest::testSave function modules/simpletest/tests/image.test Test the image_save() function.
image_default_style_save function modules/image/image.module Saves a default image style to the database.
image_effect_save function modules/image/image.module Saves an image effect.
image_field_presave function modules/image/image.field.inc Implements hook_field_presave().
image_gd_save function modules/system/image.gd.inc GD helper to write an image resource to a destination file.
image_image_style_save function modules/image/image.module Implements hook_image_style_save().
image_save function includes/image.inc Closes the image and saves the changes to a file.
image_style_save function modules/image/image.module Saves an image style.
image_test_save function modules/simpletest/tests/image_test.module Image tookit's save operation.
locale_date_format_save function includes/locale.inc Save locale specific date formats to the database.
menu_link_save function includes/menu.inc Saves a menu link.
menu_node_save function modules/menu/menu.module Helper for hook_node_insert() and hook_node_update().
menu_save function modules/menu/menu.module Save a custom menu.
NodeSaveTestCase class modules/node/node.test Tests node save related functionality, including import-save.
NodeSaveTestCase::$web_user property modules/node/node.test
NodeSaveTestCase::getInfo function modules/node/node.test
NodeSaveTestCase::setUp function modules/node/node.test Sets up a Drupal site for running functional and integration tests.
NodeSaveTestCase::testDeterminingChanges function modules/node/node.test Tests determing changes in hook_node_presave() and verifies the static node
load cache is cleared upon save.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.