MediaWiki master
SpecialRandomGetRandomTitleHook.php
Go to the documentation of this file.
1<?php
2
4
6
30 public function onSpecialRandomGetRandomTitle( &$randstr, &$isRedir,
31 &$namespaces, &$extra, &$title
32 );
33}
34
36class_alias( SpecialRandomGetRandomTitleHook::class, 'MediaWiki\\Hook\\SpecialRandomGetRandomTitleHook' );
Represents a title within MediaWiki.
Definition Title.php:69
This is a hook handler interface, see docs/Hooks.md.
onSpecialRandomGetRandomTitle(&$randstr, &$isRedir, &$namespaces, &$extra, &$title)
This hook is called during the execution of Special:Random,.