You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about adding a possibility to have custom dependencies in Custom Transformer? We can allow passing the already created object of Transformer into configuration instead of the class name.
Developing the AMP plugin for Magento 2, I have to use a service similar to Psr\Container\ContainerInterface to support dependency inversion. And it would be nice to have an opportunity to use some libraries by adding them in transformers construct.
The text was updated successfully, but these errors were encountered:
What do you think about adding a possibility to have custom dependencies in Custom Transformer? We can allow passing the already created object of Transformer into configuration instead of the class name.
Developing the AMP plugin for Magento 2, I have to use a service similar to Psr\Container\ContainerInterface to support dependency inversion. And it would be nice to have an opportunity to use some libraries by adding them in transformers construct.
The text was updated successfully, but these errors were encountered: