(no description)
File Size: | 49 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
form_provider:: (3 methods):
save_form_data()
set_form_data()
set_form_definition()
Interface: form_provider - X-Ref
Interface form_provider to manage communication provider form options from provider plugins.save_form_data(\stdClass $instance) X-Ref |
Set the form data to the instance if any data is available. param: \stdClass $instance The actual instance to set the data |
set_form_data(\stdClass $instance) X-Ref |
Set the form data to the instance if any data is available. param: \stdClass $instance The actual instance to set the data |
set_form_definition(\MoodleQuickForm $mform) X-Ref |
Set the form definitions. param: \MoodleQuickForm $mform The form object |