Home
last modified time | relevance | path

Searched refs:save_field_configuration (Results 1 – 23 of 23) sorted by relevance

/dports/www/moodle310/moodle/customfield/tests/
H A Dfield_controller_test.php73 …\core_customfield\api::save_field_configuration($field0, (object)['name' => 'a', 'shortname' => 'a…
74 …\core_customfield\api::save_field_configuration($field1, (object)['name' => 'b', 'shortname' => 'b…
75 …\core_customfield\api::save_field_configuration($field2, (object)['name' => 'c', 'shortname' => 'c…
76 …\core_customfield\api::save_field_configuration($field3, (object)['name' => 'd', 'shortname' => 'd…
77 …\core_customfield\api::save_field_configuration($field4, (object)['name' => 'e', 'shortname' => 'e…
/dports/www/moodle311/moodle/customfield/tests/
H A Dfield_controller_test.php73 …\core_customfield\api::save_field_configuration($field0, (object)['name' => 'a', 'shortname' => 'a…
74 …\core_customfield\api::save_field_configuration($field1, (object)['name' => 'b', 'shortname' => 'b…
75 …\core_customfield\api::save_field_configuration($field2, (object)['name' => 'c', 'shortname' => 'c…
76 …\core_customfield\api::save_field_configuration($field3, (object)['name' => 'd', 'shortname' => 'd…
77 …\core_customfield\api::save_field_configuration($field4, (object)['name' => 'e', 'shortname' => 'e…
/dports/www/moodle39/moodle/customfield/tests/
H A Dfield_controller_test.php73 …\core_customfield\api::save_field_configuration($field0, (object)['name' => 'a', 'shortname' => 'a…
74 …\core_customfield\api::save_field_configuration($field1, (object)['name' => 'b', 'shortname' => 'b…
75 …\core_customfield\api::save_field_configuration($field2, (object)['name' => 'c', 'shortname' => 'c…
76 …\core_customfield\api::save_field_configuration($field3, (object)['name' => 'd', 'shortname' => 'd…
77 …\core_customfield\api::save_field_configuration($field4, (object)['name' => 'e', 'shortname' => 'e…
/dports/www/moodle310/moodle/customfield/
H A Dedit.php52 $handler->save_field_configuration($field, $data);
/dports/www/moodle39/moodle/customfield/
H A Dedit.php52 $handler->save_field_configuration($field, $data);
/dports/www/moodle310/moodle/customfield/tests/generator/
H A Dlib.php140 $handler->save_field_configuration($field, $record);
/dports/www/moodle311/moodle/customfield/tests/generator/
H A Dlib.php140 $handler->save_field_configuration($field, $record);
/dports/www/moodle39/moodle/customfield/tests/generator/
H A Dlib.php140 $handler->save_field_configuration($field, $record);
/dports/www/moodle311/moodle/customfield/classes/
H A Dfield_config_form.php189 $handler->save_field_configuration($field, $data);
H A Dhandler.php697 public function save_field_configuration(field_controller $field, stdClass $data) { function in core_customfield\\handler
703 api::save_field_configuration($field, $data);
H A Dapi.php138 public static function save_field_configuration(field_controller $field, \stdClass $formdata) { function in core_customfield\\api
/dports/www/moodle310/moodle/customfield/field/select/tests/
H A Dplugin_test.php115 $handler->save_field_configuration($this->cfields[1], $data);
/dports/www/moodle39/moodle/customfield/field/select/tests/
H A Dplugin_test.php115 $handler->save_field_configuration($this->cfields[1], $data);
/dports/www/moodle310/moodle/customfield/field/checkbox/tests/
H A Dplugin_test.php114 $handler->save_field_configuration($this->cfields[1], $data);
/dports/www/moodle310/moodle/customfield/field/date/tests/
H A Dplugin_test.php111 $handler->save_field_configuration($this->cfields[1], $data);
/dports/www/moodle39/moodle/customfield/field/checkbox/tests/
H A Dplugin_test.php114 $handler->save_field_configuration($this->cfields[1], $data);
/dports/www/moodle39/moodle/customfield/field/date/tests/
H A Dplugin_test.php111 $handler->save_field_configuration($this->cfields[1], $data);
/dports/www/moodle310/moodle/customfield/classes/
H A Dhandler.php709 public function save_field_configuration(field_controller $field, stdClass $data) { function in core_customfield\\handler
715 api::save_field_configuration($field, $data);
H A Dapi.php138 public static function save_field_configuration(field_controller $field, \stdClass $formdata) { function in core_customfield\\api
/dports/www/moodle39/moodle/customfield/classes/
H A Dhandler.php709 public function save_field_configuration(field_controller $field, stdClass $data) { function in core_customfield\\handler
715 api::save_field_configuration($field, $data);
H A Dapi.php138 public static function save_field_configuration(field_controller $field, \stdClass $formdata) { function in core_customfield\\api
/dports/www/moodle310/moodle/customfield/field/textarea/tests/
H A Dplugin_test.php116 $handler->save_field_configuration($this->cfields[3], $data);
/dports/www/moodle39/moodle/customfield/field/textarea/tests/
H A Dplugin_test.php116 $handler->save_field_configuration($this->cfields[3], $data);