get('user_hooks_test_user_format_name_alter', FALSE)) { if (\Drupal::state()->get('user_hooks_test_user_format_name_alter_safe', FALSE)) { $name = new FormattableMarkup('@uid', ['@uid' => $account->id()]); } else { $name = '' . $account->id() . ''; } } }