Search for save

  1. Search 7.x for save
  2. Search 9.5.x for save
  3. Search 8.9.x for save
  4. Search 10.3.x for save
  5. Other projects
Title Object type File name Summary
FileSaveDataTest class core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php Tests the file_unmanaged_save_data() function.
FileSaveDataTest.php file core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php
FileSaveDataTest::testFileSaveData function core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php Tests the file_unmanaged_save_data() function.
FileSaveHtaccessLoggingTest class core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Tests the log message added by file_save_htaccess().
FileSaveHtaccessLoggingTest.php file core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php
FileSaveHtaccessLoggingTest::$defaultTheme property core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php The theme to install as the default for testing.
FileSaveHtaccessLoggingTest::$modules property core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Modules to install.
FileSaveHtaccessLoggingTest::testHtaccessSave function core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Tests file_save_htaccess().
FileSaveUploadTest class core/modules/file/tests/src/Kernel/FileSaveUploadTest.php Tests file_save_upload().
FileSaveUploadTest.php file core/modules/file/tests/src/Kernel/FileSaveUploadTest.php
FileSaveUploadTest::$modules property core/modules/file/tests/src/Kernel/FileSaveUploadTest.php Modules to install.
FileSaveUploadTest::setUp function core/modules/file/tests/src/Kernel/FileSaveUploadTest.php
FileSaveUploadTest::testFileSaveUploadEmptyExtensions function core/modules/file/tests/src/Kernel/FileSaveUploadTest.php Tests file_save_upload() with empty extensions.
FileStorage::save function core/lib/Drupal/Component/PhpStorage/FileStorage.php Saves PHP code to storage.
FileSystem::saveData function core/lib/Drupal/Core/File/FileSystem.php Saves a file to the specified destination without invoking file API.
FileSystemInterface::saveData function core/lib/Drupal/Core/File/FileSystemInterface.php Saves a file to the specified destination without invoking file API.
FileTestSaveUploadFromForm class core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php File test form class.
FileTestSaveUploadFromForm.php file core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php
FileTestSaveUploadFromForm::$messenger property core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php The messenger.
FileTestSaveUploadFromForm::$state property core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Stores the state storage service.
FileTestSaveUploadFromForm::buildForm function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Form constructor.
FileTestSaveUploadFromForm::create function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Instantiates a new instance of this class.
FileTestSaveUploadFromForm::fileExistsFromName function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Get a FileExists enum from its name.
FileTestSaveUploadFromForm::getFormId function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Returns a unique string identifying the form.
FileTestSaveUploadFromForm::submitForm function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Form submission handler.
FileTestSaveUploadFromForm::validateForm function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Form validation handler.
FileTestSaveUploadFromForm::__construct function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Constructs a FileTestSaveUploadFromForm object.
FileUploadForm::prepareMediaEntityForSave function core/modules/media_library/src/Form/FileUploadForm.php Prepares a created media item to be permanently saved.
file_managed_file_save_upload function core/modules/file/file.module Saves any files that have been uploaded into a managed_file element.
file_save_upload function core/modules/file/file.module Saves file uploads to a new location.
FilterAPITest::testFilterFormatPreSave function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that FilterFormat::preSave() only saves customized plugins.
FilterFormat::postSave function core/modules/filter/src/Entity/FilterFormat.php Acts on a saved entity before the insert or update hook is invoked.
FilterFormat::preSave function core/modules/filter/src/Entity/FilterFormat.php Acts on an entity before the presave hook is invoked.
FilterTest::savePaintings function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Creates painting nodes.
FilterTest::savePaintingType function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Creates a painting node type.
ForumForm::save function core/modules/forum/src/Form/ForumForm.php Form submission handler for the 'save' action.
forum_node_presave function core/modules/forum/forum.module Implements hook_ENTITY_TYPE_presave() for node entities.
GDToolkit::save function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Writes an image resource to a destination file.
GroupByTest::testGroupBySave function core/modules/views_ui/tests/src/Functional/GroupByTest.php Tests whether basic saving works.
hook_entity_presave function core/lib/Drupal/Core/Entity/entity.api.php Act on an entity before it is created or updated.
hook_ENTITY_TYPE_presave function core/lib/Drupal/Core/Entity/entity.api.php Act on a specific type of entity before it is created or updated.
HtaccessTest::testHtaccessSave function core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php @covers ::write
Image::save function core/lib/Drupal/Core/Image/Image.php Closes the image and saves the changes to a file.
ImageHooks::entityPresave function core/modules/image/src/Hook/ImageHooks.php Implements hook_entity_presave().
ImageInterface::save function core/lib/Drupal/Core/Image/ImageInterface.php Closes the image and saves the changes to a file.
ImageItem::preSave function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageModuleTestHooks::imageStylePresave function core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php Implements hook_image_style_presave().
ImageStyle::postSave function core/modules/image/src/Entity/ImageStyle.php Acts on a saved entity before the insert or update hook is invoked.
ImageStyleEditForm::effectSave function core/modules/image/src/Form/ImageStyleEditForm.php Submit handler for image effect.
ImageStyleEditForm::save function core/modules/image/src/Form/ImageStyleEditForm.php Form submission handler for the 'save' action.

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