By avpaderno on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
3.x
Introduced in version:
3.0.0-alpha1
Issue links:
Description:
\Drupal\multiple_email\Traits\EmailConfirmerTrait has been deprecated. It only defined a setter method which is no longer necessary now that Drupal core makes available \Drupal\Core\DependencyInjection\AutowireTrait.
It was not supposed to be used by other projects, but it was never marked internal. Any contributed project that use it should instead use AutowireTrait.
Impacts:
Module developers
Site templates, recipes and distribution developers