Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432751
ResourceLoaderSiteModulePagesHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
737 B
Referenced Files
None
Subscribers
None
ResourceLoaderSiteModulePagesHook.php
View Options
<?php
namespace
MediaWiki\ResourceLoader\Hook
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "ResourceLoaderSiteModulePages" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup ResourceLoaderHooks
*/
interface
ResourceLoaderSiteModulePagesHook
{
/**
* Change which wiki pages comprise the `site` module in given skin.
*
* This hook is called from MediaWiki\ResourceLoader\SiteModule.
*
* @since 1.35
* @param string $skin Current skin key
* @param array &$pages Array of pages and their types
* @return void This hook must not abort, it must return no value
*/
public
function
onResourceLoaderSiteModulePages
(
$skin
,
array
&
$pages
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 22:16 (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
64/4a/559026cf7c6249cdc0a7d83d299d
Default Alt Text
ResourceLoaderSiteModulePagesHook.php (737 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment