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.