🐛 | Images Optimizer | Call to undefined method Drupal\\images_optimizer\\Entity\\ImagesOptimizerImageStyle::getPipeline()
🇫🇷France sad270
Hello,
Why do you need to have both of these modules installed? By design, their purpose is the same, and so they should not be used conjointly.
If the need is to use FileInsertHookHandler
in imageapi_optimize
, it will be more appropriate to implement the feature in imageapi_optimize
directly. Like this you will need only one module. Disabling the image style handling in this module to only use the FileInsertHookHandler
for another module simply diverge from this module's reason to be: keep it simple in an opinionated way.
To avoid any future confusion, we will add an explicit conflict in our composer.json
🇫🇷France sad270