Drupal\Core\Database\Connection::tablePrefix() is deprecated in drupal:10.1.0 and is removed from drupal:11.0.0
Problem/Motivation
Change record: https://www.drupal.org/node/3260849
Steps to reproduce
Proposed resolution
use getPrefix() method if available and fallback to tablePrefix() for older version of core
Remaining tasks
User interface changes
API changes
Data model changes
Edited by drupalbot