Drupal 10 compatibility
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3278675. --> Reported by: [ricovandevin](https://www.drupal.org/user/1243726) Related to !11 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p><code>Make the module compatible with Drupal 10.</code></p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Use the module with Drupal 10.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Replace <code>drupal_get_path()</code> with <code>\Drupal::service('extension.path.resolver')-&gt;getPath(()</code>.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <ul> <li>Create MR</li> <li>Review MR</li> <li>Merge MR</li> </ul> <h3 id="summary-ui-changes">User interface changes</h3> <p>N/A</p> <h3 id="summary-api-changes">API changes</h3> <p>N/A</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>N/A</p>
issue