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
FileSaveUploadTest::$image property core/modules/simpletest/tests/file.test An image file path for uploading.
NodeSaveTestCase::$profile property core/modules/node/tests/node.test The profile to install as a basis for testing.
FileSaveTest::testFileSave function core/modules/simpletest/tests/file.test
hook_taxonomy_term_presave function core/modules/taxonomy/taxonomy.api.php Act on taxonomy terms before they are saved.
layout_test_layout_presave function core/modules/layout/tests/layout_test/layout_test.module Implements hook_layout_presave().
NodeSaveTestCase::$web_user property core/modules/node/tests/node.test
color_save_preview_settings function core/modules/color/color.module Callback function to handle saving preview settings to the user's session.
UserStorageController::save function core/modules/user/user.entity.inc Overrides EntityDatabaseStorageController::save().
NodeStorageController::save function core/modules/node/node.entity.inc Overrides EntityDatabaseStorageController::save().
hook_locale_language_presave function core/modules/locale/locale.api.php React to a language about to be added or updated in the system.
LayoutFlexibleTemplate::save function core/modules/layout/includes/layout_flexible.class.inc Save a flexible layout template to config.
layout_ajax_form_save_dialog function core/modules/layout/layout.admin.inc AJAX handler that saves a form in a dialog and updates the underlying form.
NodeSaveTestCase::testImport function core/modules/node/tests/node.test Checks whether custom node IDs are saved properly during an import operation.
hook_entity_view_mode_presave function core/modules/entity/entity.api.php Act on a display mode before it is created or updated.
entityreference_field_presave function core/modules/entityreference/entityreference.module Implements hook_field_presave().
FileSaveUploadTest::$php_file property core/modules/simpletest/tests/file.test A PHP file path for upload security testing.
file_managed_file_save_upload function core/modules/file/file.module Saves any files that have been uploaded into a managed_file element.
views_ui_add_form_save_submit function core/modules/views_ui/views_ui.admin.inc Process the add view form, 'save'.
image_style_save_allowed_uris function core/modules/image/image.module Shutdown callback used to save the allowlist of requested image styles.
FileSaveUploadTest::testNormal function core/modules/simpletest/tests/file.test Test the file_save_upload() function.
FileStorageController::preSave function core/modules/file/file.entity.inc Overrides EntityDatabaseStorageController::presave().
FileSaveUploadTest::testErrors function core/modules/simpletest/tests/file.test Test for failure when uploading over a file that already exists.
ImageToolkitUnitTest::testSave function core/modules/simpletest/tests/image.test Test the image_save() function.
image_example_image_style_save function modules/examples/image_example/image_example.module Implements hook_image_style_save().
UserStorageController::preSave function core/modules/user/user.entity.inc Overrides EntityDatabaseStorageController::preSave().
NodeStorageController::preSave function core/modules/node/node.entity.inc Overrides EntityDatabaseStorageController::preSave().
views_plugin_localization::save function core/modules/views/plugins/views_plugin_localization.inc Save string source for translation.
RemoteFileUnmanagedSaveDataTest class core/modules/simpletest/tests/file.test Tests the file_unmanaged_save_data() function on remote filesystems.
RemoteFileSaveUploadTest::setUp function core/modules/simpletest/tests/file.test Sets up a Backdrop site for running functional and integration tests.
UserStorageController::postSave function core/modules/user/user.entity.inc Overrides EntityDatabaseStorageController::postSave().
NodeStorageController::postSave function core/modules/node/node.entity.inc Overrides EntityDatabaseStorageController::postSave().
TaxonomyTermController::postSave function core/modules/taxonomy/taxonomy.entity.inc Overrides EntityDatabaseStorageController::postSave().
TokenTestHelper::saveEntityAlias function core/modules/simpletest/tests/token.test
UserSaveTestCase::testUserImport function core/modules/user/tests/user.test Test creating a user with arbitrary uid.
layout_settings_form_save_submit function core/modules/layout/layout.admin.inc Submit handler for layout_settings_form() that saves in-progress changes.
path_save_automatic_entity_alias function core/modules/path/path.inc Update the URL aliases for an individual entity.
filter_format_editor_dialog_save function core/modules/filter/filter.pages.inc Form AJAX callback. Sends the save editor AJAX command and closes the dialog.
PathPatternTestHelper::saveAlias function core/modules/path/tests/path_pattern.test
hook_taxonomy_vocabulary_presave function core/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies before they are saved.
PageTitleFiltering::$saved_title property core/modules/system/tests/system.test
NodeSaveTestCase::testTimestamps function core/modules/node/tests/node.test Verifies accuracy of the "created" and "changed" timestamp functionality.
FileSaveUploadTest::$maxFidBefore property core/modules/simpletest/tests/file.test The largest file id when the test starts.
CommentStorageController::preSave function core/modules/comment/comment.entity.inc Overrides EntityDatabaseStorageController::preSave().
CommentStorageController::postSave function core/modules/comment/comment.entity.inc Overrides EntityDatabaseStorageController::postSave().
entity_crud_hook_test_file_presave function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_file_presave().
entity_crud_hook_test_node_presave function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_node_presave().
entity_crud_hook_test_user_presave function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_user_presave().
EntityExampleBasicController::save function modules/examples/entity_example/entity_example.inc Saves the custom fields using backdrop_write_record().
FileSaveDataTest::testWithFilename function core/modules/simpletest/tests/file.test Test the file_save_data() function when a filename is provided.
layout_ajax_form_save_title_dialog function core/modules/layout/layout.admin.inc AJAX handler that updates the title.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • next ›
  • last »

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