- Issue created by @Anybody
- Merge request !41Issue #3504765 by anybody: Fix t() calls in FencesPresetForm → (Merged) created by Anybody
Automatically closed - issue fixed for 2 weeks with no activity.
FILE: /var/www/html/web/modules/custom/fences/modules/fences_presets/src/Form/FencesPresetForm.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
------------------------------------------------------------------------------------------------------------------------------------------
112 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
127 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
142 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
157 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
------------------------------------------------------------------------------------------------------------------------------------------
Active
3.0
Code (fences)
Automatically closed - issue fixed for 2 weeks with no activity.