By gábor hojtsy on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.4.x
Introduced in version:
9.4.0
Issue links:
Description:
Symfony 4.2 has deprecated \Symfony\Component\Translation\TranslatorInterface::transChoice(). Drupal implements this interface in \Drupal\Core\Validation\DrupalTranslator::transChoice() however the parent method is not invoked in the implementation so the Symfony deprecation is not effective for the Drupal implementation.
Now \Drupal\Core\Validation\DrupalTranslator::transChoice() is also deprecated.
Impacts:
Module developers