49 $provider = SessionManager::getGlobalSession()->getProvider();
50 '@phan-var SessionProvider $provider';
51 $this->expiration = $provider->getRememberUserDuration();
59 if ( !$this->expiration ) {
63 $expirationDays = ceil( $this->expiration / ( 3600 * 24 ) );
67 'label' =>
wfMessage(
'userlogin-remembermypassword' )->numParams( $expirationDays ),
68 'help' =>
wfMessage(
'authmanager-userlogin-remembermypassword-help' ),
wfMessage( $key,... $params)
This is the function for getting translated interface messages.