Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
webservice

Variables

 $functions
 Core external functions and service definitions.
 
 $services
 

Detailed Description

Variable Documentation

◆ $functions

$functions

Core external functions and service definitions.

The functions and services defined on this file are processed and registered into the Moodle DB after any install or upgrade operation. All plugins support this.

For more information, take a look to the documentation available:

  • Webservices API:
  • External API:
  • Upgrade API:
License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

◆ $services

$services
Initial value:
= array(
'Moodle mobile web service' => array(
'functions' => array(),
'enabled' => 0,
'restrictedusers' => 0,
'downloadfiles' => 1,
'uploadfiles' => 1
),
)
const MOODLE_OFFICIAL_MOBILE_SERVICE
Moodle mobile app service name.
Definition moodlelib.php:535