Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: STABLE backlog
-
Component/s: Backup
-
Labels:
-
Difficulty:Easy
-
Affected Branches:MOODLE_20_STABLE
Description
Once we have all the logic migrated to new architecture, we'll delete all the old backup/restore 1.x code (core, activities and blocks).
There is {modulename}_get_participants() in all activity modules. It seems that only legacy backup/backuplib.php uses this function (I have not searched for contrib, though). We shall consider if this function is still part of standard module API and eventually remove it from NEWMODULE template or mark it as @deprecated