Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Classes | Namespaces
stateactions.php File Reference

Contains the core course state actions. More...

Classes

class  core_courseformat\stateactions
 

Namespaces

namespace  core_courseformat
  
 

Detailed Description

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.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later