mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
Merge branch 'MDL-65186-master' of git://github.com/ilya-catalyst/moodle
This commit is contained in:
commit
9b30fc2beb
@ -603,8 +603,8 @@ class manager {
|
||||
*/
|
||||
public static function add_builtin_models() {
|
||||
|
||||
debugging('core_analytics\manager::add_builtin_models() has been deprecated. Core models are now automatically '.
|
||||
'updated according to their declaration in the lib/db/analytics.php file.', DEBUG_DEVELOPER);
|
||||
throw new \coding_exception('core_analytics\manager::add_builtin_models() has been removed. Core models ' .
|
||||
'are now automatically updated according to their declaration in the lib/db/analytics.php file.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -4,6 +4,10 @@ information provided here is intended especially for developers.
|
||||
=== 3.11 ===
|
||||
* Final deprecation get_enabled_time_splitting_methods. Method has been removed. Use
|
||||
get_time_splitting_methods_for_evaluation instead.
|
||||
* Final deprecation add_builtin_models. Method has been removed. The functionality
|
||||
has been replaced with automatic update of models provided by the core moodle component.
|
||||
There is no need to call this method explicitly any more. Instead, adding new models can be achieved
|
||||
by updating the lib/db/analytics.php file and bumping the core version.
|
||||
|
||||
=== 3.8 ===
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user