MediaWiki
REL1_37
HookRegistry.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\HookContainer
;
4
5
interface
HookRegistry
{
10
public
function
getGlobalHooks
();
11
34
public
function
getExtensionHooks
();
35
39
public
function
getDeprecatedHooks
();
40
}
MediaWiki\HookContainer\HookRegistry
Definition
HookRegistry.php:5
MediaWiki\HookContainer\HookRegistry\getDeprecatedHooks
getDeprecatedHooks()
MediaWiki\HookContainer\HookRegistry\getExtensionHooks
getExtensionHooks()
Get the current contents of the Hooks attribute in the ExtensionRegistry.
MediaWiki\HookContainer\HookRegistry\getGlobalHooks
getGlobalHooks()
Get the current contents of the $wgHooks variable or a mocked substitute.
MediaWiki\HookContainer
Definition
DeprecatedHooks.php:23
includes
HookContainer
HookRegistry.php
Generated on Fri Apr 5 2024 23:40:19 for MediaWiki by
1.9.8