Change record status: 
Project: 
Introduced in branch: 
10.3.x
Introduced in version: 
10.3.0
Description: 

\Drupal\Core\Config\TypedConfigManager::resolveExpression() and \Drupal\Core\Config\TypedConfigManager::resolveDynamicTypeName() are deprecated and have been replaced by \Drupal\Core\Config\Schema\TypeResolver::resolveExpression() and \Drupal\Core\Config\Schema\TypeResolver::resolveDynamicTypeName(), respectively.

They are called with the same arguments, and return the same values; they've just been moved, and made public static, so they can now be called by external code.

Impacts: 
Module developers