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