Home
last modified time | relevance | path

Searched refs:instance_form_definition (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/moodle310/moodle/customfield/field/checkbox/classes/
H A Ddata_controller.php54 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_checkbox\\data_controller
/dports/www/moodle311/moodle/customfield/field/checkbox/classes/
H A Ddata_controller.php54 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_checkbox\\data_controller
/dports/www/moodle39/moodle/customfield/field/checkbox/classes/
H A Ddata_controller.php54 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_checkbox\\data_controller
/dports/www/moodle310/moodle/customfield/tests/fixtures/
H A Dtest_instance_form.php54 $this->handler->instance_form_definition($this->_form, $this->instance->id);
/dports/www/moodle311/moodle/customfield/tests/fixtures/
H A Dtest_instance_form.php54 $this->handler->instance_form_definition($this->_form, $this->instance->id);
/dports/www/moodle39/moodle/customfield/tests/fixtures/
H A Dtest_instance_form.php54 $this->handler->instance_form_definition($this->_form, $this->instance->id);
/dports/www/moodle310/moodle/customfield/field/text/classes/
H A Ddata_controller.php53 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_text\\data_controller
/dports/www/moodle39/moodle/customfield/field/text/classes/
H A Ddata_controller.php53 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_text\\data_controller
/dports/www/moodle311/moodle/customfield/field/text/classes/
H A Ddata_controller.php53 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_text\\data_controller
/dports/www/moodle310/moodle/customfield/field/select/classes/
H A Ddata_controller.php67 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_select\\data_controller
/dports/www/moodle311/moodle/customfield/field/select/classes/
H A Ddata_controller.php67 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_select\\data_controller
/dports/www/moodle39/moodle/customfield/field/select/classes/
H A Ddata_controller.php70 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_select\\data_controller
/dports/www/moodle310/moodle/customfield/field/date/classes/
H A Ddata_controller.php53 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_date\\data_controller
/dports/www/moodle311/moodle/customfield/field/date/classes/
H A Ddata_controller.php53 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_date\\data_controller
/dports/www/moodle39/moodle/customfield/field/date/classes/
H A Ddata_controller.php53 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_date\\data_controller
/dports/www/moodle310/moodle/customfield/field/textarea/classes/
H A Ddata_controller.php71 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_textarea\\data_controller
/dports/www/moodle311/moodle/customfield/field/textarea/classes/
H A Ddata_controller.php71 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_textarea\\data_controller
/dports/www/moodle39/moodle/customfield/field/textarea/classes/
H A Ddata_controller.php71 public function instance_form_definition(\MoodleQuickForm $mform) { function in customfield_textarea\\data_controller
/dports/www/moodle311/moodle/customfield/classes/
H A Dhandler.php632 public function instance_form_definition(\MoodleQuickForm $mform, int $instanceid = 0, function in core_customfield\\handler
651 $data->instance_form_definition($mform);
H A Ddata_controller.php330 public abstract function instance_form_definition(\MoodleQuickForm $mform); function in core_customfield\\data_controller
/dports/www/moodle310/moodle/customfield/classes/
H A Ddata_controller.php330 public abstract function instance_form_definition(\MoodleQuickForm $mform); function in core_customfield\\data_controller
H A Dhandler.php644 public function instance_form_definition(\MoodleQuickForm $mform, int $instanceid = 0, function in core_customfield\\handler
663 $data->instance_form_definition($mform);
/dports/www/moodle39/moodle/customfield/classes/
H A Ddata_controller.php330 public abstract function instance_form_definition(\MoodleQuickForm $mform); function in core_customfield\\data_controller
H A Dhandler.php644 public function instance_form_definition(\MoodleQuickForm $mform, int $instanceid = 0, function in core_customfield\\handler
663 $data->instance_form_definition($mform);
/dports/www/moodle310/moodle/admin/tool/uploadcourse/classes/
H A Dstep2_form.php179 …$handler->instance_form_definition($mform, 0, 'defaultvaluescustomfieldcategory', 'tool_uploadcour…

12