| Línea 34... |
Línea 34... |
| 34 |
|
34 |
|
| 35 |
// Like other files in the db directory this file uses an array.
|
35 |
// Like other files in the db directory this file uses an array.
|
| 36 |
// The old class name is the key, the new class name is the value.
|
36 |
// The old class name is the key, the new class name is the value.
|
| 37 |
// The array must be called $renamedclasses.
|
37 |
// The array must be called $renamedclasses.
|
| 38 |
$renamedclasses = [
|
38 |
$renamedclasses = [
|
| 39 |
// Since Moodle 4.1.
|
- |
|
| 40 |
'core_admin\\local\\systemreports\\task_logs' => 'core_admin\\reportbuilder\\local\\systemreports\\task_logs',
|
39 |
// Since Moodle 4.5.
|
| 41 |
'core_admin\\local\\entities\\task_log' => 'core_admin\\reportbuilder\\local\\entities\\task_log',
|
40 |
'core_reportbuilder\\report_access_exception' => 'core_reportbuilder\\exception\\report_access_exception',
|
| 42 |
'core_course\\local\\entities\\course_category' => 'core_course\\reportbuilder\\local\\entities\\course_category',
|
41 |
'core_reportbuilder\\source_invalid_exception' => 'core_reportbuilder\\exception\\source_invalid_exception',
|
| 43 |
'core_cohort\\local\\entities\\cohort' => 'core_cohort\\reportbuilder\\local\\entities\\cohort',
|
- |
|
| 44 |
'core_cohort\\local\\entities\\cohort_member' => 'core_cohort\\reportbuilder\\local\\entities\\cohort_member',
|
- |
|
| 45 |
'core_block\\local\\views\\secondary' => 'core_block\\navigation\\views\\secondary',
|
- |
|
| 46 |
// Since Moodle 4.2.
|
- |
|
| 47 |
'Box\\Spout' => 'OpenSpout',
|
42 |
'core_reportbuilder\\source_unavailable_exception' => 'core_reportbuilder\\exception\\source_unavailable_exception',
|
| 48 |
// Since Moodle 4.3.
|
43 |
// Since Moodle 5.0.
|
| 49 |
'core_question\\bank\\search\\condition' => 'core_question\\local\\bank\\condition',
|
- |
|
| 50 |
'core_question\\bank\\search\\category_condition' => 'qbank_managecategories\\category_condition',
|
- |
|
| 51 |
'core_question\\bank\\search\\hidden_condition' => 'qbank_deletequestion\\hidden_condition',
|
44 |
'PNG_MetaDataHandler' => 'core_badges\\png_metadata_handler',
|