wiki.techinc.nl/includes/HookContainer
Nikki Nikkhoui 7defcf9c15 Fix scopedRegister() handler key
Use a unique key to assign handlers registered via
scopedRegister(). Using unique keys instead of
array indices ensures that handlers registered in other
ways previously (e.g. via global hook registry or via
HookContainer::register() won't be removed).

Remove the temporary hook for AlternateUserMailer
as the ticket it references is for a class that
no longer exists

Bug: T255056
Change-Id: I491f281e60511a5bdd695ac123611e408324ccff
2020-07-22 12:24:22 -07:00
..
DeprecatedHooks.php Hard deprecate the TitleMoveComplete and PageContent(Insert|Save)Complete hooks 2020-07-01 00:22:56 +00:00
GlobalHookRegistry.php Add HookRegistry 2020-05-13 11:51:02 +10:00
HookContainer.php Fix scopedRegister() handler key 2020-07-22 12:24:22 -07:00
HookRegistry.php Add HookRegistry 2020-05-13 11:51:02 +10:00
HookRunner.php MCR import 2020-07-18 20:34:16 -04:00
ProtectedHookAccessorTrait.php Introduce ProtectedHookAccessorTrait and pilot the Hooks::run() migration 2020-05-13 13:50:32 +10:00
StaticHookRegistry.php Add HookRegistry 2020-05-13 11:51:02 +10:00