- Issue created by @Harshita mehra
- Status changed to RTBC
almost 2 years ago 7:55am 20 June 2023 - 🇮🇳India Harshita mehra
Hello Maintainers,
I have provided a patch for this issue.
Please review.Thanks!
t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead.
Remove t() and add $this->t() instead.
1.0
Code
Hello Maintainers,
I have provided a patch for this issue.
Please review.
Thanks!