Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Variables
service-nologin.php File Reference

This file is used to call any registered externallib function in Moodle. More...

Variables

const ALLOW_GET_PARAMETERS true
 
const NO_MOODLE_COOKIES true
 

Detailed Description

This file is used to call any registered externallib function in Moodle.

It will process more than one request and return more than one response if required. It is recommended to add webservice functions and re-use this script instead of writing any new custom ajax scripts.

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