41 parent::__construct( $dbProvider, $nsInfo );
42 $this->mName =
'Randomrootpage';
44 $this->extra[] = $dbr->expr(
46 IExpression::NOT_LIKE,
47 new LikeValue( $dbr->anyString(),
'/', $dbr->anyString() )
61class_alias( SpecialRandomRootPage::class,
'SpecialRandomRootPage' );
Redirect to a random page.
Redirect to a random page that isn't a subpage.
__construct(IConnectionProvider $dbProvider, NamespaceInfo $nsInfo)