fond-of-spryker/category-extend-page-search
Composer 安装命令:
composer require fond-of-spryker/category-extend-page-search
包简介
Extend Spryker Category-Page-Search Module
README 文档
README
Extend Spryker Category-Page-Search Module, inject plugins to extend PageMap.
Installation
composer require fond-of-spryker/category-page-search
After that register the new CategoryNodeDataPageMapBuilder into your SearchDependencyProvider
protected function getSearchPageMapPlugins()
{
return [
// ...
new CategoryNodeDataPageMapBuilder(),
// ...
];
}
There are already to examples to show how it works, take a look into:
src/FondOfSpryker/Zed/CategoryExtendPageSearch/Communication/Plugin/PageMapExpander/CategoryIdPageMapExpanderPlugin
src/FondOfSpryker/Zed/CategoryExtendPageSearch/Communication/Plugin/PageMapExpander/CategoryKeyPageMapExpanderPlugin
src/FondOfSpryker/Zed/CategoryExtendPageSearch/Communication/CategoryExtendPageSearchCommunicationFactory::getCategoryPageMapExpanderPlugins
统计信息
- 总下载量: 3.7k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-05