Drupal\Core\Database\Connection::tablePrefix() is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3403718. --> Reported by: [el7cosmos](https://www.drupal.org/user/251087) Related to !25 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Change record: <a href="https://www.drupal.org/node/3260849">https://www.drupal.org/node/3260849</a></p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>use <code>getPrefix()</code> method if available and fallback to <code>tablePrefix()</code> for older version of core</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue