Get All Admin User Object

Re: Get All Admin User Object

by Davo Smith -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

There is no separate database of all the Moodle core functions - but there is the code itself, most of which has appropriate PHPDocs to explain what each function is used for.

Most IDEs will allow you to quickly search the code for functions based on words appearing in their name. Any attempt to create a separate database of Moodle functions would likely take a very long time to create and would be out of date again within a very short space of time.