MediaWiki REL1_39
HookRegistry.php
Go to the documentation of this file.
1<?php
2
4
5interface HookRegistry {
10 public function getGlobalHooks();
11
34 public function getExtensionHooks();
35
39 public function getDeprecatedHooks();
40}
getExtensionHooks()
Get the current contents of the Hooks attribute in the ExtensionRegistry.
getGlobalHooks()
Get the current contents of the $wgHooks variable or a mocked substitute.