Skip to content
Snippets Groups Projects
Commit 5566cb83 authored by catch's avatar catch
Browse files

Issue #3511456 by arunsahijpal, godotislate: Documentation for...

Issue #3511456 by arunsahijpal, godotislate: Documentation for FileRepositoryInterface::writeData() says it creates a file entity, but it can update existing

(cherry picked from commit 67e7a25f)
parent 0755e41a
No related branches found
No related tags found
5 merge requests!12802Issue #3537193 by opauwlo: Add enable absolute path option for CKEditor5 image uploads,!12684Issue #3220784,!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!122353526426-warning-for-missing,!8559#3450868 Add ViewsConfigUpdater deprecation support for default_argument_skip_url
Pipeline #473744 passed
......@@ -10,7 +10,10 @@
interface FileRepositoryInterface {
/**
* Writes a file to the specified destination and creates a file entity.
* Writes a file to the specified destination.
*
* If a file entity already exists for the URI, it is updated; otherwise,
* a new file entity is created.
*
* @param string $data
* A string containing the contents of the file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment