shopware 5 plugin theme_less_collection
public static function getSubscribedEvents()
{
return [
'Enlight_Controller_Action_PostDispatchSecure_Frontend' => 'onFrontendPostDispatch',
'Theme_Compiler_Collect_Plugin_Less' => 'addLessFiles',
];
}