Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
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.