mediawiki-extensions-Replac.../.phan/stubs/AdminLinksHook.php
Umherirrender 203564d43d Use HookHandlers for AdminLinks hooks
Bug: T271025
Change-Id: Ie4fac4a457eecd64bd5f66628f86cbee9ab9c84f
2023-08-15 17:18:02 +02:00

6 lines
96 B
PHP

<?php
interface AdminLinksHook {
public function onAdminLinks( ALTree &$admin_links_tree );
}