|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onImportLogInterwikiLink (&$fullInterwikiPrefix, &$pageTitle) | |
| Use this hook to change interwiki links in log entries and edit summaries for transwiki imports. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ImportLogInterwikiLink" to register handlers implementing this interface.
Definition at line 12 of file ImportLogInterwikiLinkHook.php.
| MediaWiki\Hook\ImportLogInterwikiLinkHook::onImportLogInterwikiLink | ( | & | $fullInterwikiPrefix, |
| & | $pageTitle ) |
Use this hook to change interwiki links in log entries and edit summaries for transwiki imports.
| string | &$fullInterwikiPrefix | Interwiki prefix, may contain colons. |
| string | &$pageTitle | String that contains page title. |
Implemented in MediaWiki\HookContainer\HookRunner.