MediaWiki  master
SpecialRandomGetRandomTitleHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 
30  public function onSpecialRandomGetRandomTitle( &$randstr, &$isRedir,
31  &$namespaces, &$extra, &$title
32  );
33 }
Represents a title within MediaWiki.
Definition: Title.php:82
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,.