|
SaveUploadTest::$maxFidBefore |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
The largest file id when the test starts. |
|
SessionStorageInterface::save |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Force the session to be saved and closed. |
|
FileCacheReader::saveCacheFile |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php |
Save cache file |
|
ProfilerListener::saveProfiles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php |
Saves the profile hierarchy. |
|
ConfigTestFormController::save |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
|
FileStorageController::preSave |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::presave(). |
|
NodeStorageController::preSave |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
|
UnmanagedSaveDataTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedSaveDataTest.php |
|
|
UserStorageController::preSave |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
|
TestEntityFormController::save |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
|
VocabularyFormController::save |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
|
SaveDataTest::testWithFilename |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Test the file_save_data() function when a filename is provided. |
|
EntityTestFormController::save |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
|
config_test_config_test_presave |
function |
drupal/core/modules/config/tests/config_test/config_test.hooks.inc |
Implements hook_config_test_presave(). |
|
RemoteFileUnmanagedSaveDataTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedSaveDataTest.php |
Tests the file_unmanaged_save_data() function on remote filesystems. |
|
AbstractProxy::$saveHandlerName |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php |
|
|
NodeStorageController::postSave |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
|
UserStorageController::postSave |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
|
ViewStorageController::postSave |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::postSave(). |
|
DatabaseStorageController::save |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::save(). |
|
RemoteFileSaveUploadTest::setUp |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/RemoteFileSaveUploadTest.php |
Sets up a Drupal site for running functional and integration tests. |
|
TermStorageController::postSave |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
|
SaveDataTest::testExistingError |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Test that file_save_data() fails overwriting an existing file. |
|
ConfigStorageController::preSave |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Acts on an entity before the presave hook is invoked. |
|
UserPictureTest::saveUserPicture |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php |
Edits the user picture for the test user. |
|
hook_taxonomy_vocabulary_presave |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies before they are saved. |
|
SaveDataTest::testExistingRename |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Test file_save_data() when renaming around an existing file. |
|
ConfigStorageController::postSave |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Acts on a saved entity before the insert or update hook is invoked. |
|
AbstractProxy::getSaveHandlerName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php |
Gets the session.save_handler name. |
|
CommentStorageController::preSave |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
|
RemoteFileSaveUploadTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/RemoteFileSaveUploadTest.php |
|
|
SaveDataTest::testWithoutFilename |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Test the file_save_data() function when no filename is provided. |
|
SaveDataTest::testExistingReplace |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Test file_save_data() when replacing an existing file. |
|
SaveUploadTest::testExistingError |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test for failure when uploading over a file that already exists. |
|
DatabaseStorageControllerNG::save |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::save(). |
|
MockFileSessionStorage::$savePath |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
|
|
PictureMappingFormController::save |
function |
drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
|
entity_crud_hook_test_file_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_presave(). |
|
entity_crud_hook_test_node_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_presave(). |
|
entity_crud_hook_test_user_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_presave(). |
|
CommentStorageController::postSave |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
|
DatabaseStorageController::preSave |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on an entity before the presave hook is invoked. |
|
RemoteFileSaveUploadTest::$modules |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/RemoteFileSaveUploadTest.php |
Modules to enable. |
|
NodeSaveTest::testNodeSaveOnInsert |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php |
Tests saving a node on node insert. |
|
SaveUploadTest::testExistingRename |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test renaming when uploading over a file that already exists. |
|
NativeSessionStorage::$saveHandler |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
|
|
language_save_default_configuration |
function |
drupal/core/modules/language/language.module |
Saves a language configuration that is attached to an entity type and bundle. |
|
RemoteFileUnmanagedSaveDataTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedSaveDataTest.php |
Definition of Drupal\system\Tests\File\RemoteFileUnmanagedSaveDataTest. |
|
DatabaseStorageController::postSave |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on a saved entity before the insert or update hook is invoked. |
|
SaveUploadTest::testHandleExtension |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test extension handling. |