Differences Between: [Versions 310 and 311] [Versions 39 and 311]
(no description)
File Size: | 493 lines (24 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
helper_test:: (15 methods):
test_generate_shortname()
test_get_course_formats()
test_get_enrolment_data()
test_get_enrolment_plugins()
test_get_restore_content_dir()
test_get_role_ids()
test_get_role_names()
test_get_custom_course_field_data()
test_increment_idnumber()
test_increment_shortname()
test_resolve_category()
test_resolve_category_by_idnumber()
test_resolve_category_by_path()
get_customfield_generator()
create_custom_field()
Class: helper_test - X-Ref
Helper test case.test_generate_shortname() X-Ref |
No description |
test_get_course_formats() X-Ref |
No description |
test_get_enrolment_data() X-Ref |
No description |
test_get_enrolment_plugins() X-Ref |
No description |
test_get_restore_content_dir() X-Ref |
No description |
test_get_role_ids() X-Ref |
No description |
test_get_role_names() X-Ref |
No description |
test_get_custom_course_field_data() X-Ref |
Test custom field data processing |
test_increment_idnumber() X-Ref |
No description |
test_increment_shortname() X-Ref |
No description |
test_resolve_category() X-Ref |
No description |
test_resolve_category_by_idnumber() X-Ref |
No description |
test_resolve_category_by_path() X-Ref |
No description |
get_customfield_generator() X-Ref |
Get custom field plugin generator return: core_customfield_generator |
create_custom_field(\core_customfield\category_controller $category, string $type, string $shortname,array $configdata = []) X-Ref |
Helper method to create custom course field param: \core_customfield\category_controller $category param: string $type param: string $shortname param: array $configdata return: \core_customfield\field_controller |