📜  shopware 5 插件 theme_less_collection - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:58.530000             🧑  作者: Mango

代码示例1
public static function getSubscribedEvents()
    {
      return [
        'Enlight_Controller_Action_PostDispatchSecure_Frontend' => 'onFrontendPostDispatch',
        'Theme_Compiler_Collect_Plugin_Less' => 'addLessFiles',
      ];
    }