Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

External functions API: Difference between revisions

From MoodleDocs
No edit summary
m Protected "External functions API": Developer Docs Migration ([Edit=Allow only administrators] (indefinite))
 
(25 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The [[External functions API]] allows you to create fully parametrised methods that can be accessed by external programs (such as [[Web services]]).
{{Template:Migrated|newDocId=/docs/apis/subsystems/external/functions}}
 
== externallib.php ==
* This file is located at the root of your plugin.
* This file is composed by a class that contains the external function referenced in services.php
 
For more information on how to implement the external function read the [[External_functions_API|External functions API]] documentation.

Latest revision as of 06:12, 22 December 2022

Important:

This content of this page has been updated and migrated to the new Moodle Developer Resources. The information contained on the page should no longer be seen up-to-date.

Why not view this page on the new site and help us to migrate more content to the new site!