MediaWiki master
SpecialEditPage.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( 'EditPage', 'edit', 'editpage', $searchEngineFactory );
41 }
42
43 // Messages, for grep:
44 // specialeditpage-page
45 // specialeditpage-submit
46}
47
49class_alias( SpecialEditPage::class, 'SpecialEditPage' );
Redirect from Special:Edit/$1 to index.php?title=$1&action=edit.
__construct(SearchEngineFactory $searchEngineFactory)
Factory class for SearchEngine.