Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 21... Línea 21...
21
 * @copyright 2022 Mihail Geshoski <mihail@moodle.com>
21
 * @copyright 2022 Mihail Geshoski <mihail@moodle.com>
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
23
 */
Línea 24... Línea 24...
24
 
24
 
25
/**
25
/**
26
 * @deprecated since 3.9
26
 * @deprecated since Moodle 4.3
-
 
27
 */
27
 **/
28
#[\core\attribute\deprecated(null, reason: 'It is no longer used', since: '4.3', mdl: 'MDL-76953', final: true)]
28
function lti_get_shortcuts() {
29
function lti_libxml_disable_entity_loader() {
29
    throw new coding_exception(
-
 
30
        'The callback get_shortcuts() is now removed. Please use get_course_content_items and get_all_content_items instead.'
-
 
31
    );
30
    \core\deprecation::emit_deprecation(__FUNCTION__);