Constructs a new redirect subscriber.
\Drupal\Core\Session\AccountInterface $account: The current user.
public function __construct(AccountInterface $account) { $this->account = $account; }