Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Im building a custom module it has some form, i need to validate the image being uploaded to be only 300x300 pixels, im using this way to validate the form:
On drupal 8 site, I installed a contributed module and then added a field to a content type to test the module. After finding the module wasn't working as expected I decided to uninstall the module. To do that I tried to delete the field I had created, on clicking delete the site has remained inaccessible and displaying only this error:
Hi,
I need to migrate d7 organic group to d8 group.
But I need to check if the d7 group was public or private for adding into different d8 group type.
Here is my yml file in my migration module