mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
MDL-69127 analytics: final removal of renamed target class mapping.
This commit is contained in:
parent
b8b905cd90
commit
d843168c14
@ -1,6 +1,15 @@
|
||||
This files describes API changes in analytics sub system,
|
||||
information provided here is intended especially for developers.
|
||||
|
||||
=== 4.2 ===
|
||||
|
||||
* The following analytics target classes, renamed since 3.7, have now been removed completed:
|
||||
- `\core\analytics\target\course_dropout`
|
||||
- `\core\analytics\target\course_competencies`
|
||||
- `\core\analytics\target\course_completion`
|
||||
- `\core\analytics\target\course_gradetopass`
|
||||
- `\core\analytics\target\no_teaching`
|
||||
|
||||
=== 3.11 ===
|
||||
|
||||
* Final deprecation get_enabled_time_splitting_methods. Method has been removed. Use
|
||||
|
@ -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 3.7.
|
||||
'core\\analytics\\target\\course_dropout' => 'core_course\\analytics\\target\\course_dropout',
|
||||
'core\\analytics\\target\\course_competencies' => 'core_course\\analytics\\target\\course_competencies',
|
||||
'core\\analytics\\target\\course_completion' => 'core_course\\analytics\\target\\course_completion',
|
||||
'core\\analytics\\target\\course_gradetopass' => 'core_course\\analytics\\target\\course_gradetopass',
|
||||
'core\\analytics\\target\\no_teaching' => 'core_course\\analytics\\target\\no_teaching',
|
||||
// Since Moodle 4.0.
|
||||
'format_base' => 'core_courseformat\\base',
|
||||
'format_topics_renderer' => 'format_topics\\output\\renderer',
|
||||
|
Loading…
x
Reference in New Issue
Block a user