 | Up one level
| |
 | access.php [source] [2296 lines] | Capability definitions for Moodle core. |
 | caches.php [source] [294 lines] | Core cache definitions. |
 | events.php [source] [69 lines] | Definition of core event observers. |
 | index.html [source] [1 lines] | |
 | install.php [source] [323 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} |
 | install.xml [source] [3437 lines] | |
 | 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] [104 lines] | Defines message providers (types of messages being sent) |
 | renamedclasses.php [source] [43 lines] | This file contains mappings for classes that have been renamed so that they meet the requirements of the autoloader. |
 | services.php [source] [1642 lines] | Core external functions and service definitions. |
 | tag.php [source] [89 lines] | Tag area definitions |
 | tasks.php [source] [341 lines] | Definition of core scheduled tasks. |
 | upgrade.php [source] [2087 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] [529 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!) |