Skip to content
Snippets Groups Projects
Commit 67e7a25f 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
parent 46302024
No related branches found
No related tags found
3 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #473480 passed with warnings
Pipeline: drupal

#473487

    Pipeline: drupal

    #473484

      Pipeline: drupal

      #473482

        ......@@ -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