FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\file_rename\src\Form\FileRenameForm.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES
------------------------------------------------------------------------------------------------------------------------------------------
57 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
67 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
82 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
92 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
120 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
------------------------------------------------------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | coding_standards.png | 36.51 KB | Munavijayalakshmi |
| #2 | t-call-should-be-avoided-3300662-2.patch | 2.67 KB | Harsh panchal |
Comments
Comment #2
Harsh panchal commentedComment #3
Munavijayalakshmi commentedApplied following both patches then clear the coding standards.
https://www.drupal.org/project/file_rename/issues/3300662
https://www.drupal.org/project/file_rename/issues/3300655
Comment #4
Munavijayalakshmi commentedComment #6
granik