Service Container Anti-Pattern
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3535177. --> Reported by: [alorenc](https://www.drupal.org/user/3603980) Related to !26 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Direct \Drupal::service() calls in model classes<br> see /src/Model/Source.php:45</p> <pre>$this-&gt;sortKey = \Drupal::service('transliteration')-&gt;transliterate($this-&gt;sortKey);</pre>
issue