- Issue created by @Rudi Teschner
- 🇩🇪Germany Rudi Teschner
Issue can be closed since its already handled in code via adding \Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall but the upgrade status check does not recognize this (yet?)
Warning in Upgrade Status checking for D11 compatibility:
File: themes/contrib/seven/seven.theme
Line: 432
Error: Call to deprecated function format_size(). Deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. Use Drupal\Core\StringTranslation\ByteSizeMarkup::create($size, $langcode) instead.
Active
1.0
Code
Issue can be closed since its already handled in code via adding \Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall but the upgrade status check does not recognize this (yet?)