0
votes

I`m trying subscribe hook for public method convertListProductStruct of LegacyStructConverter.
Path \Shopware\Components\Compatibility\LegacyStructConverter

My code:

$this->subscribeEvent(
            'LegacyStructConverter::convertListProductStruct::after',
            'afterListProductStruct'
    );

But event does not appear :( What I`m doing wrong ?

1

1 Answers