How to force update Gradebook?

How to force update Gradebook?

by Dmitry Pupinin -
Number of replies: 2
Picture of Core developers Picture of Plugin developers
I need to test function xxx_update_grades in my module. How can I force Moodle to launch this function?
Average of ratings: -
In reply to Dmitry Pupinin

Re: How to force update Gradebook?

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Your module needs to call it (the new gradebook is passive).

You could make a little test script to call it.
In reply to Martin Dougiamas

Re: How to force update Gradebook?

by Dmitry Pupinin -
Picture of Core developers Picture of Plugin developers
Passive?
Functions xxx_update_grades calls from grade_update_mod_grades in gradelib.php
When it used?