Skip to content

Commit c088f72

Browse files
ADD Moodle LMS - new plugin types
List: communication forumreport h5plib mlbackend qbank tiny
1 parent 6be968a commit c088f72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Composer/Installers/MoodleInstaller.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class MoodleInstaller extends BaseInstaller
2121
'cachestore' => 'cache/stores/{$name}/',
2222
'cachelock' => 'cache/locks/{$name}/',
2323
'calendartype' => 'calendar/type/{$name}/',
24+
'communication' => 'communication/provider/{$name}/',
2425
'customfield' => 'customfield/field/{$name}/',
2526
'fileconverter' => 'files/converter/{$name}/',
2627
'format' => 'course/format/{$name}/',
@@ -33,20 +34,24 @@ class MoodleInstaller extends BaseInstaller
3334
'editor' => 'lib/editor/{$name}/',
3435
'enrol' => 'enrol/{$name}/',
3536
'filter' => 'filter/{$name}/',
37+
'forumreport' => 'mod/forum/report/{$name}/',
3638
'gradeexport' => 'grade/export/{$name}/',
3739
'gradeimport' => 'grade/import/{$name}/',
3840
'gradereport' => 'grade/report/{$name}/',
3941
'gradingform' => 'grade/grading/form/{$name}/',
42+
'h5plib' => 'h5p/h5plib/{$name}/',
4043
'local' => 'local/{$name}/',
4144
'logstore' => 'admin/tool/log/store/{$name}/',
4245
'ltisource' => 'mod/lti/source/{$name}/',
4346
'ltiservice' => 'mod/lti/service/{$name}/',
4447
'media' => 'media/player/{$name}/',
4548
'message' => 'message/output/{$name}/',
49+
'mlbackend' => 'lib/mlbackend/{$name}/',
4650
'mnetservice' => 'mnet/service/{$name}/',
4751
'paygw' => 'payment/gateway/{$name}/',
4852
'plagiarism' => 'plagiarism/{$name}/',
4953
'portfolio' => 'portfolio/{$name}/',
54+
'qbank' => 'question/bank/{$name}/',
5055
'qbehaviour' => 'question/behaviour/{$name}/',
5156
'qformat' => 'question/format/{$name}/',
5257
'qtype' => 'question/type/{$name}/',
@@ -57,6 +62,7 @@ class MoodleInstaller extends BaseInstaller
5762
'scormreport' => 'mod/scorm/report/{$name}/',
5863
'search' => 'search/engine/{$name}/',
5964
'theme' => 'theme/{$name}/',
65+
'tiny' => 'lib/editor/tiny/plugins/{$name}/',
6066
'tinymce' => 'lib/editor/tinymce/plugins/{$name}/',
6167
'profilefield' => 'user/profile/field/{$name}/',
6268
'webservice' => 'webservice/{$name}/',

0 commit comments

Comments
 (0)