Implemented counter
1 unresolved thread
1 unresolved thread
Closes #3502829
Merge request reports
Activity
Filter activity
69 71 $rendered_token_tree = $this->t('To use tokens, install the <a href="https://www.drupal.org/project/token" target="_blank">Token</a> module.'); 70 72 } 71 73 74 $inactiveRegistrationUsers = $this->userRegistrationReminderManager->getInactiveRegistrationUsers(); 75 $inactiveRegistrationUsersCount = count($inactiveRegistrationUsers); 76 $this->messenger()->addStatus($this->formatPlural($inactiveRegistrationUsersCount, '%count active user registered, but never logged in and exceeds at least the first reminder delay.', '%count active users registered, but never logged in and exceeds at least the first reminder delay.', [ changed this line in version 2 of the diff
Please register or sign in to reply