Replace the t() calls to $this->t() in classes.

Created on 29 June 2023, 12 months ago
Updated 1 December 2023, 7 months ago

Problem/Motivation

t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead.

Steps to reproduce

There are still t() calls on some lines.
Remove t() and add $this->t().

📌 Task
Status

Needs review

Version

2.0

Component

Code

Created by

🇮🇳India Harshita mehra

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024