Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Repository plugins

From MoodleDocs
Revision as of 17:17, 30 January 2015 by Johannes Burk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

type_config_form and instance_config_form are static. "Both global and instance settings can be retrieved, from within the plugin, via $this->get_option('settingname')" seems to be wrong. global settings can be retrieved with "get_config('pluginname', 'settingname');" or have I misunderstood something? --Johannes Burk (talk) 01:17, 31 January 2015 (AWST)


It might be good if this guide would mention that you need to add certain params (path and page) to the get_listing() function to avoid warnings.--Camilo Rivera (talk) 01:37, 7 June 2014 (WST)