mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
9ed3f83dd2
The \core\di class is a Moodle wrapper to php-di which is intended to allow Moodle to switch to an alternate DI solution in the future if required. All interaction with the container uses the PSR-11 Container interfaces, which allows for normalisation of configuration, setting, and retrieving of DI container-identified classes.