MDL-55528 core_files: Create new fileconverter plugintype

This commit is contained in:
Andrew Nicols
2017-03-10 09:31:14 +08:00
parent 29ce005862
commit 34df779a95
19 changed files with 2411 additions and 20 deletions
+2
View File
@@ -439,6 +439,7 @@ $cache = '.var_export($cache, true).';
'enrol' => $CFG->dirroot.'/enrol',
'error' => null,
'filepicker' => null,
'fileconverter' => $CFG->dirroot.'/files/converter',
'files' => $CFG->dirroot.'/files',
'filters' => null,
//'fonts' => null, // Bogus.
@@ -525,6 +526,7 @@ $cache = '.var_export($cache, true).';
'tool' => $CFG->dirroot.'/'.$CFG->admin.'/tool',
'cachestore' => $CFG->dirroot.'/cache/stores',
'cachelock' => $CFG->dirroot.'/cache/locks',
'fileconverter' => $CFG->dirroot.'/files/converter',
);
$parents = array();
$subplugins = array();