27 parent::__construct( $dbProvider, $nsInfo );
28 $this->mName =
'Randomrootpage';
30 $this->extra[] = $dbr->expr(
32 IExpression::NOT_LIKE,
33 new LikeValue( $dbr->anyString(),
'/', $dbr->anyString() )
48class_alias( SpecialRandomRootPage::class,
'SpecialRandomRootPage' );
Redirect to a random page.
Redirect to a random page that isn't a subpage.
isRedirect()
select redirects instead of normal pages?bool
__construct(IConnectionProvider $dbProvider, NamespaceInfo $nsInfo)