$this->t() should be used instead of t() for Drupal 8 version.
I have created patch for the same. Kindly verify.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | replace-t-with-$this-t-v1.patch | 3.27 KB | kapil.ropalekar |
$this->t() should be used instead of t() for Drupal 8 version.
I have created patch for the same. Kindly verify.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | replace-t-with-$this-t-v1.patch | 3.27 KB | kapil.ropalekar |
Comments
Comment #2
kapil.ropalekar commentedComment #3
kapil.ropalekar commentedAttaching updated file.
Comment #5
ashwinsh@kapil.ropalekar: Thank you for patch.