- Description:
Format topics mutations.
An instance of this class will be used to add custom mutations to the course editor. To make sure the addMutations method find the proper functions, all functions must be declared as class attributes, not a simple methods. The reason is because many plugins can add extra mutations to the course editor.
- Source:
- Copyright:
- 2022 Ferran Recio
- 2022 Ferran Recio
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Format topics mutations.
An instance of this class will be used to add custom mutations to the course editor. To make sure the addMutations method find the proper functions, all functions must be declared as class attributes, not a simple methods. The reason is because many plugins can add extra mutations to the course editor.