By lauriii on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.2.x
Introduced in version:
10.2.0
Issue links:
Description:
Calling \Drupal\field_ui\Form\FieldConfigDeleteForm::__construct without the $entity_type_manager argument is deprecated in Drupal 10.2.0. Any code initializing the class should pass an instance of \Drupal\Core\Entity\EntityTypeManagerInterface as an argument.
Impacts:
Module developers