Indexing
...
Pipelines
Registering Transformers
1 min
when creating transformers in a custom module we must register them with the pipelines add the namespace for your transformer directory (e g vendor\module\pipeline\transformer ) to the namespaces argument for the transformermanager vendor/module/etc/di xml \<type name="klevu\platformpipelines\objectmanager\transformermanager"> \<arguments> \<argument name="namespaces" xsi\ type="array"> \<! change the name of this item to match the directory containing your transformer classes > \<item name="vendor\module\pipeline\transformer" xsi\ type="const">klevu\pipelines\objectmanager\objectmanagerinterface priority namespace sort order\</item> \</argument> \</arguments> \</type>