. /** * List of deprecated mod_glossary functions. * * @package mod_glossary * @copyright 2021 Shamim Rezaie * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ /** * @deprecated since Moodle 3.11 */ function glossary_get_completion_state() { $completionclass = \mod_glossary\completion\custom_completion::class; throw new coding_exception(__FUNCTION__ . "() has been removed, please use the '{$completionclass}' class instead"); }