ConfigStorageController::preSave |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Acts on an entity before the presave hook is invoked. |
PhpSessionStorageTest::$savePath |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php |
|
translation_entity_save_settings |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Stores entity translation settings. |
SaveDataTest::testExistingRename |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Test file_save_data() when renaming around an existing file. |
ActionStorageController::preSave |
function |
drupal/core/modules/system/lib/Drupal/system/ActionStorageController.php |
Acts on an entity before the presave hook is invoked. |
hook_taxonomy_vocabulary_presave |
function |
drupal/core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy vocabularies before they are saved. |
UserPictureTest::saveUserPicture |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php |
Edits the user picture for the test user. |
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. |
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. |
DatabaseStorageControllerNG::save |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Overrides DatabaseStorageController::save(). |
CommentStorageController::preSave |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
MockFileSessionStorage::$savePath |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
|
SaveUploadTest::testExistingError |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test for failure when uploading over a file that already exists. |
AbstractProxy::getSaveHandlerName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php |
Gets the session.save_handler name. |
DatabaseStorageController::preSave |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on an entity before the presave hook is invoked. |
MenuLinkStorageController::preSave |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::preSave(). |
action.action.node_save_action.yml |
file |
drupal/core/modules/node/config/action.action.node_save_action.yml |
drupal/core/modules/node/config/action.action.node_save_action.yml |
FieldFormSavedCommand::__construct |
function |
drupal/core/modules/edit/lib/Drupal/edit/Ajax/FieldFormSavedCommand.php |
Constructs a FieldFormSavedCommand object. |
RemoteFileSaveUploadTest::$modules |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/RemoteFileSaveUploadTest.php |
Modules to enable. |
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(). |
NodeSaveTest::testNodeSaveOnInsert |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php |
Tests saving a node on node insert. |
NativeSessionStorage::$saveHandler |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
|
CommentStorageController::postSave |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
SaveUploadTest::testExistingRename |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test renaming when uploading over a file that already exists. |
PictureMappingFormController::save |
function |
drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
CommentAttributesTest::saveComment |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php |
Creates a comment entity. |
ShortcutStorageController::preSave |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Overrides \Drupal\config\ConfigStorageController::preSave(). |
NodeTestStorageController::preSave |
function |
drupal/core/modules/node/tests/modules/node_test/lib/Drupal/node_test/NodeTestStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
locale_translate_batch_import_save |
function |
drupal/core/modules/locale/locale.bulk.inc |
Batch callback: Save data of imported files. |
language_save_default_configuration |
function |
drupal/core/modules/language/language.module |
Saves a language configuration that is attached to an entity type and bundle. |
DatabaseStorageController::postSave |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Acts on a saved entity before the insert or update hook is invoked. |
MenuLinkStorageController::postSave |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
DatabaseStorageController::postSave(). |
NativeSessionStorageTest::$savePath |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
|
entity_crud_hook_test_block_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_block_presave(). |
SaveUploadTest::testHandleExtension |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test extension handling. |
SaveUploadTest::testHandleFileMunge |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test file munge handling. |
SaveUploadTest::testExistingReplace |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Test replacement when uploading over a file that already exists. |
MTimeProtectedFastFileStorage::save |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::save(). |
RemoteFileUnmanagedSaveDataTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedSaveDataTest.php |
Definition of Drupal\system\Tests\File\RemoteFileUnmanagedSaveDataTest. |
CustomBlockTypeFormController::save |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::save(). |
CategoryStorageController::postSave |
function |
drupal/core/modules/contact/lib/Drupal/contact/CategoryStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::postSave(). |
ShortcutStorageController::postSave |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutStorageController.php |
Overrides \Drupal\config\ConfigStorageController::postSave(). |
MockFileSessionStorageTest::testSave |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
entity_crud_hook_test_entity_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_entity_presave(). |
NodeSaveTest::testDeterminingChanges |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php |
Tests node presave and static node load cache. |
NativeSessionStorage::getSaveHandler |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Gets the save handler instance. |