27 namespace MediaWiki\Specials;
42 parent::__construct( $dbProvider, $nsInfo );
43 $this->mName =
'Randomrootpage';
45 $this->extra[] =
'page_title NOT ' . $dbr->buildLike( $dbr->anyString(),
'/', $dbr->anyString() );
58 class_alias( SpecialRandomRootPage::class,
'SpecialRandomRootPage' );
Special page to direct the user to a random page.
__construct(IConnectionProvider $dbProvider, NamespaceInfo $nsInfo)