Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 310 and 401] [Versions 39 and 401]

(no description)

File Size: 493 lines (24 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


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