Closed (fixed)
Project:
Queue Mail
Version:
8.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2017 at 10:44 UTC
Updated:
17 Sep 2017 at 15:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nehakhadke commentedComment #4
steven jones commentedI'm not sure the change from
t()to$this->t()is needed for test files? Or if it is, how you should include thetmethod correctly.Comment #7
sinn commentedit is OOP so let's use $this->t(). Added
use StringTranslationTraitto include t() method correctly.