MediaWiki
master
ImportLogInterwikiLinkHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
12
interface
ImportLogInterwikiLinkHook
{
22
public
function
onImportLogInterwikiLink
( &$fullInterwikiPrefix, &$pageTitle );
23
}
24
26
class_alias( ImportLogInterwikiLinkHook::class,
'MediaWiki\\Hook\\ImportLogInterwikiLinkHook'
);
MediaWiki\Specials\Hook\ImportLogInterwikiLinkHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ImportLogInterwikiLinkHook.php:12
MediaWiki\Specials\Hook\ImportLogInterwikiLinkHook\onImportLogInterwikiLink
onImportLogInterwikiLink(&$fullInterwikiPrefix, &$pageTitle)
Use this hook to change interwiki links in log entries and edit summaries for transwiki imports.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
ImportLogInterwikiLinkHook.php
Generated on Tue Feb 10 2026 09:26:54 for MediaWiki by
1.10.0