mAllowedRedirectParams = [ 'limit', 'ilshowall', 'ilsearch' ]; } /** * @param string|null $subpage * @return Title */ public function getRedirect( $subpage ) { return SpecialPage::getTitleFor( 'Listfiles', $this->getUser()->getName() ); } /** * Target identifies a specific User. See T109724. * * @since 1.27 * @return bool */ public function personallyIdentifiableTarget() { return true; } }