Moodle 3.3 filesystem "plugin" loading system

Re: Moodle 3.3 filesystem "plugin" loading system

wót Tim Hunt -
Anzahl Antworten: 1
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Particularly helpful Moodlers Nutzerbild von Peer reviewers Nutzerbild von Plugin developers

Use https://docs.moodle.org/dev/Automatic_class_loading

Call the class something like local_azurefilestorage_file_system, and define it in local/azurefilestorage/classes/file_system.php.