Search for save
Title | Object type | File name | Summary |
---|---|---|---|
RoleForm::save | function | core/ |
Form submission handler for the 'save' action. |
SaveAction | class | core/ |
Provides an action that can save any entity. |
SaveAction.php | file | core/ |
|
SaveAction::$time | property | core/ |
The time service. |
SaveAction::access | function | core/ |
Checks object access. |
SaveAction::create | function | core/ |
Creates an instance of the plugin. |
SaveAction::execute | function | core/ |
Executes the plugin. |
SaveAction::__construct | function | core/ |
Constructs a SaveAction object. |
SaveActionTest | class | core/ |
@group Action |
SaveActionTest.php | file | core/ |
|
SaveActionTest::$modules | property | core/ |
Modules to enable. |
SaveActionTest::setUp | function | core/ |
|
SaveActionTest::testGetDerivativeDefinitions | function | core/ |
@covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityChangedActionDeriver::getDerivativeDefinitions |
SaveActionTest::testSaveAction | function | core/ |
@covers \Drupal\Core\Action\Plugin\Action\SaveAction::execute |
SaveComment | class | core/ |
Saves a comment. |
SaveComment.php | file | core/ |
|
SaveComment::__construct | function | core/ |
Constructs a SaveAction object. |
SaveDataTest | class | core/ |
Tests the file_save_data() function. |
SaveDataTest.php | file | core/ |
|
SaveDataTest::testExistingError | function | core/ |
Test that file_save_data() fails overwriting an existing file. |
SaveDataTest::testExistingRename | function | core/ |
Test file_save_data() when renaming around an existing file. |
SaveDataTest::testExistingReplace | function | core/ |
Test file_save_data() when replacing an existing file. |
SaveDataTest::testWithFilename | function | core/ |
Test the file_save_data() function when a filename is provided. |
SaveDataTest::testWithoutFilename | function | core/ |
Test the file_save_data() function when no filename is provided. |
SAVED_DELETED | constant | core/ |
Return status for saving which deleted an existing item. |
SAVED_NEW | constant | core/ |
Return status for saving which involved creating a new item. |
SAVED_UPDATED | constant | core/ |
Return status for saving which involved an update to an existing item. |
SaveEntity | class | core/ |
Provides an operation to save user entities. |
SaveEntity.php | file | core/ |
|
SaveEntity::access | function | core/ |
Checks object access. |
SaveEntity::execute | function | core/ |
Executes the plugin. |
SaveNode | class | core/ |
Provides an action that can save any entity. |
SaveNode.php | file | core/ |
|
SaveNode::__construct | function | core/ |
Constructs a SaveAction object. |
SaveTest | class | core/ |
File saving tests. |
SaveTest.php | file | core/ |
|
SaveTest::testFileSave | function | core/ |
|
SaveUploadFormTest | class | core/ |
Tests the _file_save_upload_from_form() function. |
SaveUploadFormTest.php | file | core/ |
|
SaveUploadFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
SaveUploadFormTest::$image | property | core/ |
An image file path for uploading. |
SaveUploadFormTest::$imageExtension | property | core/ |
Extension of the image filename. |
SaveUploadFormTest::$maxFidBefore | property | core/ |
The largest file id when the test starts. |
SaveUploadFormTest::$modules | property | core/ |
Modules to enable. |
SaveUploadFormTest::$phpfile | property | core/ |
A PHP file path for upload security testing. |
SaveUploadFormTest::setUp | function | core/ |
|
SaveUploadFormTest::testCombinedErrorMessages | function | core/ |
Tests that multiple validation errors are combined in one message. |
SaveUploadFormTest::testDrupalMovingUploadedFileError | function | core/ |
Tests for log entry on failing destination. |
SaveUploadFormTest::testErrorMessagesAreNotChanged | function | core/ |
Tests that form validation does not change error messages. |
SaveUploadFormTest::testExistingError | function | core/ |
Tests for failure when uploading over a file that already exists. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.