moodle/repository
Eloy Lafuente (stronk7) 29a541724f
MDL-65292 style: Fix all the function declaration ordering
This has been generated running the following Sniff,
part of the Moodle's CodeSniffer standard:
- PSR2.Methods.MethodDeclaration

It just ensures all the function declarations have
the correct order for:
- abstract and final.
- visibility (public, protected, private).
- static.

So, all the lines modified by this commit are function declarations
and the only changes are in the positions of those keywords.
2024-02-28 23:47:47 +01:00
..
areafiles MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
classes/privacy MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
contentbank MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
coursefiles MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
dropbox MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
equella MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
filesystem MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
flickr MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
flickr_public MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
googledocs MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
local MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
merlot MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
nextcloud MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
onedrive MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
recent MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
s3 MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
tests MDL-79029 behat: replace deprecated behat steps 2024-01-22 11:12:28 +01:00
upload MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
url MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
user MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
webdav MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
wikimedia MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
youtube MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
draftfiles_ajax.php MDL-74641 repository: Handles increase bytes while extracting zip files 2024-02-07 02:34:19 +01:00
draftfiles_manager.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
filepicker.js MDL-79927 files: scope toggleall checkboxes per filemanager instance. 2024-01-04 13:22:33 +00:00
filepicker.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lib.php MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
manage_instances.php MDL-74466 repository: avoid passing around sesskey when not required. 2023-12-04 09:22:27 +00:00
README.txt MDL-77708 docs: Update references from docs.moodle.org/dev 2023-09-26 10:30:19 +02:00
repository_ajax.php MDL-78884 files: Deprecate size parameter for icons 2023-08-23 07:30:16 +02:00
repository_callback.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
upgrade.txt MDL-77708 docs: Update references from docs.moodle.org/dev 2023-09-26 10:30:19 +02:00

Repository API
==============

This directory contains all the interfaces and plugins for access to repositories.

   Specs:  https://moodledev.io/docs/apis/plugintypes/repository
   Track:  http://tracker.moodle.org/browse/MDL-13766