Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for save

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
FileSaveDataTest::testExistingError function core/modules/simpletest/tests/file.test Test that file_save_data() fails overwriting an existing file.
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 Sets up a Backdrop site for running functional and integration tests.
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.
NodePageCacheTest::testNodeSaveAfterUsernameChange function core/modules/node/tests/node.test Check that cached node info does not run out of sync with user data.
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.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org