swissup / module-core
Swissup 核心模块。其目的是添加 Swissup 菜单和配置条目
1.12.20
2024-07-11 13:16 UTC
- dev-master
- 1.12.20
- 1.12.19
- 1.12.18
- 1.12.17
- 1.12.16
- 1.12.15
- 1.12.14
- 1.12.13
- 1.12.12
- 1.12.11
- 1.12.10
- 1.12.9
- 1.12.8
- 1.12.7
- 1.12.6
- 1.12.5
- 1.12.4
- 1.12.3
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.1
- 1.11.0
- 1.10.5
- 1.10.4
- 1.10.3
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.7
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0.2
- 1.3.0.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-09-11 13:37:23 UTC
README
Swissup_Core 模块为 Magento 后端添加菜单和配置条目。它还利用了一些其他模块常用的通用任务。
安装
composer require swissup/module-core bin/magento setup:upgrade
弹出消息管理器
弹出消息管理器允许在弹出窗口中显示带有附加信息的常规 Magento 消息。
使用示例
将 \Swissup\Helper\PopupMessageManager
组件注入到您的控制器操作中,并用它代替内置的 \Magento\Framework\Message\Manager
$this->popupMessageManager->addError( __('Decoding failed: Syntax error'), $popupText, $popupTitle );