MDL-76566 core: final removal of pre-404 renamed class definitions.
This commit is contained in:
@@ -36,12 +36,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||
// The old class name is the key, the new class name is the value.
|
||||
// The array must be called $renamedclasses.
|
||||
$renamedclasses = [
|
||||
// Since Moodle 4.2.
|
||||
'Box\\Spout' => 'OpenSpout',
|
||||
// Since Moodle 4.3.
|
||||
'core_question\\bank\\search\\condition' => 'core_question\\local\\bank\\condition',
|
||||
'core_question\\bank\\search\\category_condition' => 'qbank_managecategories\\category_condition',
|
||||
'core_question\\bank\\search\\hidden_condition' => 'qbank_deletequestion\\hidden_condition',
|
||||
// Since Moodle 4.5.
|
||||
'core_reportbuilder\\report_access_exception' => 'core_reportbuilder\\exception\\report_access_exception',
|
||||
'core_reportbuilder\\source_invalid_exception' => 'core_reportbuilder\\exception\\source_invalid_exception',
|
||||
|
||||
Reference in New Issue
Block a user