Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
Legacy course format renderer. More...
Classes | |
class | core_courseformat\output\legacy_renderer |
Namespaces | |
namespace | core_courseformat\output |
| |
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.