MediaWiki master
SpecialEditPage.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\Specials;
22
25
33
34 public function __construct(
35 SearchEngineFactory $searchEngineFactory
36 ) {
37 parent::__construct( 'EditPage', 'edit', 'editpage', $searchEngineFactory );
38 }
39
40 // Messages, for grep:
41 // specialeditpage-page
42 // specialeditpage-submit
43}
44
46class_alias( SpecialEditPage::class, 'SpecialEditPage' );
Redirect from Special:Edit/$1 to index.php?title=$1&action=edit.
__construct(SearchEngineFactory $searchEngineFactory)
Factory class for SearchEngine.