forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-61165 core: Final deprecation and removal of legacy cron.
Following MDL-52846 this now finally deprecates and removes the following classes: - \core\task\legacy_plugin_cron_task. - \mod_quiz\task\legacy_quiz_reports_cron - \mod_quiz\task\legacy_quiz_accessrules_cron - \mod_workshop\task\legacy_workshop_allocation_cron Please, use the Task API instead: https://moodledev.io/docs/apis/subsystems/task This also removes the corresponding and specific to legacy cron strings from mod_quiz and mod_workshop. Following MDL-52846 this now finally deprecates and removes the functions: - cron_execute_plugin_type() - cron_bc_hack_plugin_functions() Please, use the Task API instead: https://moodledev.io/docs/apis/subsystems/task Signed-off-by: Daniel Ziegenberg <[email protected]>
- Loading branch information
1 parent
cccc009
commit 7ff4626
Showing
11 changed files
with
21 additions
and
492 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.