Moodle APIs 4.0
Moodle 4.0.11 (Build: 20231009)
|
Contains the core course state actions. More...
Classes | |
class | core_courseformat\stateactions |
Namespaces | |
namespace | core_courseformat |
| |
Contains the core course state actions.
The methods from this class should be executed via "core_courseformat_edit" web service.
Each format plugin could extend this class to provide new actions to the editor. Extended classes should be locate in "format_XXX::course" namespace and extends core_courseformat::stateactions.