Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Classes | Namespaces
legacy_renderer.php File Reference

Legacy course format renderer. More...

Classes

class  core_courseformat\output\legacy_renderer
 

Namespaces

namespace  core_courseformat\output
  
 

Detailed Description

Legacy course format renderer.

Since Moodle 4.0, renderer.php file was optional (although highly recommended) for course formats. From Moodle 4.0 onwards, renderer is required to support the new course editor implementation. This legacy class has been created for backward compatibility, to avoid some errors with course formats (such as social) without this renderer.php file.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later