Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429550
MaintenanceRefreshLinksInitHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
604 B
Referenced Files
None
Subscribers
None
MaintenanceRefreshLinksInitHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
use
RefreshLinks
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "MaintenanceRefreshLinksInit" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
MaintenanceRefreshLinksInitHook
{
/**
* This hook is called before executing the refreshLinks.php maintenance script.
*
* @since 1.35
*
* @param RefreshLinks $refreshLinks
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onMaintenanceRefreshLinksInit
(
$refreshLinks
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 17:45 (8 h, 7 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
55/f2/0fd269d32703d107a48fa443747e
Default Alt Text
MaintenanceRefreshLinksInitHook.php (604 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment