. /** * Question custom fields events * * @package qbank_comment * @copyright 2023 onwards Catalyst IT EU {@link https://catalyst-eu.net} * @author Mark Johnson * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $observers = [ [ 'eventname' => '\core\event\question_deleted', 'callback' => '\qbank_comment\event\question_deleted_observer::delete_question_comments', ] ];