Problem:
I get the following error, when I want to enable this graphql_responsive_image:
Plugin (graphql_responsive_image:media--thumbnail) instance class "Drupal\graphql_responsive_image\Plugin\GraphQL\Fields\Entity\Fields\Image\ImageResponsive" does not exist.
Proposed solution:
Class name and filename are different. Rename file to `ResponsiveImage.php`
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | graphql_responsive_image-rename_image_responsive_class-3090813-2.patch | 323 bytes | inaw |
Comments
Comment #2
inaw commentedI renamed the ImageResponsive class.
Comment #3
inaw commentedComment #5
saschaeggi