MediaWiki master
SpecialPageHistory.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\Specials;
22
25
33
37 public function __construct(
38 SearchEngineFactory $searchEngineFactory
39 ) {
40 parent::__construct( 'PageHistory', 'history', 'pagehistory', $searchEngineFactory );
41 }
42
43 // Messages, for grep:
44 // specialpagehistory-page
45 // specialpagehistory-submit
46}
47
52class_alias( SpecialPageHistory::class, 'SpecialPageHistory' );
Redirect from Special:History/$1 to index.php?title=$1&action=history.
__construct(SearchEngineFactory $searchEngineFactory)
Factory class for SearchEngine.