Hello,
I have a situation where I have a custom field (myfield) that was initially defined in Module 1. Some fields have been created with it. That field is now defined in Module 2 instead (i.e. Module 1 no longer defines or does anything with that field).
The problem I'm having is that, despite everything about the field being exactly the same, I can't uninstall Module 1 because it thinks there are fields that require it. If I create a new field of type myfield, it correctly assumes it is part of Module 2.
Hi Guys,
I'm using xmlrpc_encode_request() this method in Drupal 7 and now I migrated my site to Drupal 9 and I want to use this method. How to use the same ?
I'm using like this:
I'm upgrading my theme and I use a combination of Paragraphs module and an Image Field. Previously, I had a function to get the default image. $field_name is the `field_image`: