MediaWiki REL1_35
SpecialRandomGetRandomTitleHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
27 public function onSpecialRandomGetRandomTitle( &$randstr, &$isRedir,
28 &$namespaces, &$extra, &$title
29 );
30}
Represents a title within MediaWiki.
Definition Title.php:42
onSpecialRandomGetRandomTitle(&$randstr, &$isRedir, &$namespaces, &$extra, &$title)
This hook is called during the execution of Special:Random,.