You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\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.
The text was updated successfully, but these errors were encountered:
https://www.drupal.org/node/3413264
Introduced in branch/version: 10.3.x / 10.3.0
\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.The text was updated successfully, but these errors were encountered: