Search for save

  1. Search 7.x for save
  2. Search 9.5.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
SaveUploadFormTest::testExistingRename function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests renaming when uploading over a file that already exists.
SaveUploadFormTest::testExistingReplace function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests replacement when uploading over a file that already exists.
SaveUploadFormTest::testHandleDangerousFile function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests dangerous file handling.
SaveUploadFormTest::testHandleExtension function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests extension handling.
SaveUploadFormTest::testHandleFileMunge function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests file munge handling.
SaveUploadFormTest::testNormal function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests the _file_save_upload_from_form() function.
SaveUploadFormTest::testNoUpload function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests for no failures when not uploading a file.
SaveUploadFormTest::testUploadFieldIsHighlighted function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests highlighting of file upload field when it has an error.
SaveUploadTest class core/modules/file/tests/src/Functional/SaveUploadTest.php Tests the file_save_upload() function.
SaveUploadTest.php file core/modules/file/tests/src/Functional/SaveUploadTest.php
SaveUploadTest::$defaultTheme property core/modules/file/tests/src/Functional/SaveUploadTest.php The theme to install as the default for testing.
SaveUploadTest::$image property core/modules/file/tests/src/Functional/SaveUploadTest.php An image file path for uploading.
SaveUploadTest::$imageExtension property core/modules/file/tests/src/Functional/SaveUploadTest.php Extension of the image filename.
SaveUploadTest::$maxFidBefore property core/modules/file/tests/src/Functional/SaveUploadTest.php The largest file id when the test starts.
SaveUploadTest::$modules property core/modules/file/tests/src/Functional/SaveUploadTest.php Modules to enable.
SaveUploadTest::$phpfile property core/modules/file/tests/src/Functional/SaveUploadTest.php A PHP file path for upload security testing.
SaveUploadTest::setUp function core/modules/file/tests/src/Functional/SaveUploadTest.php
SaveUploadTest::testDrupalMovingUploadedFileError function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests for log entry on failing destination.
SaveUploadTest::testDuplicate function core/modules/file/tests/src/Functional/SaveUploadTest.php Test uploading a duplicate file.
SaveUploadTest::testExistingError function core/modules/file/tests/src/Functional/SaveUploadTest.php Test for failure when uploading over a file that already exists.
SaveUploadTest::testExistingRename function core/modules/file/tests/src/Functional/SaveUploadTest.php Test renaming when uploading over a file that already exists.
SaveUploadTest::testExistingReplace function core/modules/file/tests/src/Functional/SaveUploadTest.php Test replacement when uploading over a file that already exists.
SaveUploadTest::testHandleDangerousFile function core/modules/file/tests/src/Functional/SaveUploadTest.php Test dangerous file handling.
SaveUploadTest::testHandleExtension function core/modules/file/tests/src/Functional/SaveUploadTest.php Test extension handling.
SaveUploadTest::testHandleFileMunge function core/modules/file/tests/src/Functional/SaveUploadTest.php Test file munge handling.
SaveUploadTest::testInvalidUtf8FilenameUpload function core/modules/file/tests/src/Functional/SaveUploadTest.php Tests that filenames containing invalid UTF-8 are rejected.
SaveUploadTest::testNormal function core/modules/file/tests/src/Functional/SaveUploadTest.php Test the file_save_upload() function.
SaveUploadTest::testNoUpload function core/modules/file/tests/src/Functional/SaveUploadTest.php Test for no failures when not uploading a file.
SearchPage::postSave function core/modules/search/src/Entity/SearchPage.php Acts on a saved entity before the insert or update hook is invoked.
SearchPageAddForm::save function core/modules/search/src/Form/SearchPageAddForm.php Form submission handler for the 'save' action.
SearchPageEditForm::save function core/modules/search/src/Form/SearchPageEditForm.php Form submission handler for the 'save' action.
SearchPageFormBase::save function core/modules/search/src/Form/SearchPageFormBase.php Form submission handler for the 'save' action.
SectionStorageInterface::save function core/modules/layout_builder/src/SectionStorageInterface.php Saves the sections.
SessionManager::save function core/lib/Drupal/Core/Session/SessionManager.php
SessionTest::testSessionSaveRegenerate function core/modules/system/tests/src/Functional/Session/SessionTest.php Tests for \Drupal\Core\Session\WriteSafeSessionHandler::setSessionWritable()
::isSessionWritable and \Drupal\Core\Session\SessionManager::regenerate().
SessionTestController::setMessageButDoNotSave function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets a message but call drupal_save_session(FALSE).
SetCustomize::save function core/modules/shortcut/src/Form/SetCustomize.php Form submission handler for the 'save' action.
Shortcut::postSave function core/modules/shortcut/src/Entity/Shortcut.php Acts on a saved entity before the insert or update hook is invoked.
ShortcutForm::save function core/modules/shortcut/src/ShortcutForm.php Form submission handler for the 'save' action.
ShortcutSet::postSave function core/modules/shortcut/src/Entity/ShortcutSet.php Acts on a saved entity before the insert or update hook is invoked.
ShortcutSetForm::save function core/modules/shortcut/src/ShortcutSetForm.php Form submission handler for the 'save' action.
SimpleConfigSectionStorage::save function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Saves the sections.
SourcePluginBase::saveHighWater function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Save the new high water mark.
Sql::saveIdMapping function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Saves a mapping from the source identifiers to the destination identifiers.
Sql::saveMessage function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Saves a message related to a source record in the migration message table.
SqlContentEntityStorage::doSaveFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Writes entity field values to the storage.
SqlContentEntityStorage::save function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Saves the entity permanently.
SqlContentEntityStorage::saveRevision function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Saves an entity revision.
SqlContentEntityStorage::saveToDedicatedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Saves values of fields that use dedicated tables.
SqlContentEntityStorage::saveToSharedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Saves fields that use the shared tables.

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