What is the best practice for handling abandoned packages required by the drupal core?

What is the best practice for handling abandoned packages required by the drupal core?

When I run composer update on a Drupal 9 website, I get this warning: Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead. A similar question has alreday been asked, answered and accepted on StackOverflow. To... read more
What is the best practice for handling abandoned packages required by the drupal core?

How can I create a view of the first entityreferenced child item from a multifield for a list of parent nodes via views UI?

I have a node type A containing a multifield of entityreferences to another node type B and using only the views admin interface I want to create a list of the first type B child entityreference on every node of type A. I think its possible just can’t quite... read more
What is the best practice for handling abandoned packages required by the drupal core?

How to add template suggestions for form elements of a certain form ID?

I’m looking to edit some Twig templates for certain form elements, but I need template suggestions only for certain form IDs. How do I go about that? I currently have the following functions in my .theme file: function exmaple_form_alter(&$form, $form_state,... read more