You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/AdminNotification/README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,25 @@ The Magento_AdminNotification module provides the ability to alert administrator
4
4
5
5
## Installation details
6
6
7
+
The Magento_AdminNotification module creates the following tables in the database:
8
+
-`adminnotification_inbox`
9
+
-`admin_system_messages`
10
+
7
11
Before disabling or uninstalling this module, note that the Magento_Indexer module depends on this module.
8
12
9
13
For information about module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.html).
10
14
15
+
## Extensibility
16
+
17
+
Extension developers can interact with the Magento_AdminNotification module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html).
18
+
19
+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_AdminNotification module.
20
+
11
21
### Events
12
22
13
23
This module observes the following events:
14
24
15
-
-`controller_action_predispatch` event in `Magento\AdminNotification\Observer\PredispatchAdminActionControllerObserver`
25
+
-`controller_action_predispatch` event in `Magento\AdminNotification\Observer\PredispatchAdminActionControllerObserver` file.
Copy file name to clipboardExpand all lines: app/code/Magento/AdvancedPricingImportExport/README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,8 @@
2
2
3
3
The Magento_AdvancedPricingImportExport module handles the import and export of the advanced pricing.
4
4
5
+
## Extensibility
6
+
7
+
Extension developers can interact with the Magento_AdvancedPricingImportExport module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html).
8
+
9
+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_AdvancedPricingImportExport module.
0 commit comments