refactor!: retire legacy administration
Moodle Plugin CI / test (push) Successful in 3m26s

BREAKING CHANGE: legacy management routes now fail closed and the legacy helper API is removed.
This commit is contained in:
2026-08-20 08:08:30 +00:00
parent 297e4ab7cd
commit 82ba9222ff
17 changed files with 127 additions and 737 deletions
+2 -3
View File
@@ -25,7 +25,6 @@
namespace local_webhooks\event;
use core\event\base;
use moodle_url;
/**
* Defines how to work with events.
@@ -55,10 +54,10 @@ class service_updated extends base {
/**
* Get URL related to the action.
*
* @throws \moodle_exception
* @return null
*/
public function get_url() {
return new moodle_url('/local/webhooks/editservice.php', ['serviceid' => $this->objectid]);
return null;
}
/**