By phenaproxima on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.3.x
Introduced in version:
10.3.0
Issue links:
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