Up one level | ||
access.php [source] [2630 lines] | Capability definitions for Moodle core. | |
analytics.php [source] [116 lines] | Defines the built-in prediction models provided by the Moodle core. | |
caches.php [source] [496 lines] | Core cache definitions. | |
events.php [source] [80 lines] | Definition of core event observers. | |
install.php [source] [326 lines] | This file is executed right after the install.xml For more information, take a look to the documentation available: - Upgrade API: {@link http://docs.moodle.org/dev/Upgrade_API} | |
log.php [source] [68 lines] | Definition of log events associated with the current component | |
messageinbound_handlers.php [source] [32 lines] | Inbound Message Handlers for core. | |
messages.php [source] [153 lines] | Defines message providers (types of messages being sent) | |
renamedclasses.php [source] [45 lines] | This file contains mappings for classes that have been renamed so that they meet the requirements of the autoloader. | |
services.php [source] [2773 lines] | Core external functions and service definitions. | |
tag.php [source] [90 lines] | Tag area definitions | |
tasks.php [source] [422 lines] | Definition of core scheduled tasks. | |
upgrade.php [source] [2746 lines] | This file keeps track of upgrades to Moodle. Sometimes, changes between versions involve alterations to database structures and other major things that may break installations. | |
upgradelib.php [source] [1276 lines] | Upgrade helper functions This file is used for special upgrade functions - for example groups and gradebook. These functions must use SQL and database related functions only- no other Moodle API, because it might depend on db structures that are not yet present during upgrade. (Do not use functions from accesslib.php, grades classes or group functions at all!) |