MediaWiki master
ImportLogInterwikiLinkHook.php
Go to the documentation of this file.
1<?php
2
4
22 public function onImportLogInterwikiLink( &$fullInterwikiPrefix, &$pageTitle );
23}
24
26class_alias( ImportLogInterwikiLinkHook::class, 'MediaWiki\\Hook\\ImportLogInterwikiLinkHook' );
This is a hook handler interface, see docs/Hooks.md.
onImportLogInterwikiLink(&$fullInterwikiPrefix, &$pageTitle)
Use this hook to change interwiki links in log entries and edit summaries for transwiki imports.