Skip to content
Snippets Groups Projects

Implemented counter

1 unresolved thread

Closes #3502829

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.', [
  • added 1 commit

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading