MDL-82681 mod_assign: Deprecate process_save_grading_options()
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
issueNumber: MDL-82681
|
||||
notes:
|
||||
mod_assign:
|
||||
- message: >-
|
||||
The method process_save_grading_options() has been deprecated as it is
|
||||
no longer used.
|
||||
type: deprecated
|
||||
@@ -7342,9 +7342,18 @@ class assign {
|
||||
/**
|
||||
* Save grading options.
|
||||
*
|
||||
* @deprecated since Moodle 4.5
|
||||
* @todo Final deprecation in Moodle 6.0. See MDL-82876.
|
||||
* @return void
|
||||
*/
|
||||
#[\core\attribute\deprecated(
|
||||
'null',
|
||||
since: '4.5',
|
||||
reason: 'It is no longer used.',
|
||||
mdl: 'MDL-82681',
|
||||
)]
|
||||
protected function process_save_grading_options() {
|
||||
\core\deprecation::emit_deprecation_if_present([self::class, __FUNCTION__]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user