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
The Magento\AdminAnalytics module gathers information about the features Magento administrators use. This information will be used to help improve the user experience on the Magento Admin.
The Magento_AdminNotification module provides the ability to alert administrators via system messages and provides a message inbox for surveys and notifications.
3
+
This module provides the ability to alert administrators via system messages and provides a message inbox for surveys and notifications.
4
4
5
5
## Installation details
6
6
7
-
The Magento_AdminNotification module creates the following tables in the database:
7
+
This module creates the following tables in the database:
8
8
9
9
-`adminnotification_inbox`
10
10
-`admin_system_messages`
11
11
12
12
Before disabling or uninstalling this module, note that the Magento_Indexer module depends on this module.
13
13
14
-
For information about module installation in Magento 2, see [Enable or disable modules](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/manage-modules.html).
14
+
For information about module installation, see [Enable or disable modules](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/tutorials/manage-modules).
15
15
16
16
## Extensibility
17
17
18
-
Extension developers can interact with the Magento_AdminNotification module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://developer.adobe.com/commerce/php/development/components/plugins/).
18
+
Extension developers can interact with this module. For more information about the extension mechanism, see [Plugins](https://developer.adobe.com/commerce/php/development/components/plugins/).
19
19
20
-
[The Magento dependency injection mechanism](https://developer.adobe.com/commerce/php/development/components/dependency-injection/) enables you to override the functionality of the Magento_AdminNotification module.
20
+
[The dependency injection mechanism](https://developer.adobe.com/commerce/php/development/components/dependency-injection/) enables you to override the functionality of this module.
21
21
22
22
### Events
23
23
@@ -32,10 +32,10 @@ This module introduces the following layouts and layout handles in the `view/adm
32
32
-`adminhtml_notification_index`
33
33
-`adminhtml_notification_block`
34
34
35
-
For more information about layouts in Magento 2, see the [Layout documentation](https://developer.adobe.com/commerce/frontend-core/guide/layouts/).
35
+
For more information about layouts, see the [Layout documentation](https://developer.adobe.com/commerce/frontend-core/guide/layouts/).
36
36
37
37
### UI components
38
38
39
39
You can extend admin notifications using the `view/adminhtml/ui_component/notification_area.xml` configuration file.
40
40
41
-
For information about UI components in Magento 2, see [Overview of UI components](https://developer.adobe.com/commerce/frontend-core/ui-components/).
41
+
For information about UI components, see [Overview of UI components](https://developer.adobe.com/commerce/frontend-core/ui-components/).
The Magento_AdvancedPricingImportExport module handles the import and export of the advanced pricing.
3
+
This module handles the import and export of the advanced pricing.
4
4
5
5
## Extensibility
6
6
7
-
Extension developers can interact with the Magento_AdvancedPricingImportExport module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://developer.adobe.com/commerce/php/development/components/plugins/).
7
+
Extension developers can interact with this module. For more information about the extension mechanism, see [Plugins](https://developer.adobe.com/commerce/php/development/components/plugins/).
8
8
9
-
[The Magento dependency injection mechanism](https://developer.adobe.com/commerce/php/development/components/dependency-injection/) enables you to override the functionality of the Magento_AdvancedPricingImportExport module.
9
+
[The dependency injection mechanism](https://developer.adobe.com/commerce/php/development/components/dependency-injection/) enables you to override the functionality of this module.
Copy file name to clipboardExpand all lines: app/code/Magento/AdvancedSearch/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Magento_AdvancedSearch module
2
2
3
-
The Magento_AdvancedSearch module introduces advanced search functionality and provides interfaces that allow third-party search engines to implement this functionality.
3
+
This module introduces advanced search functionality and provides interfaces that allow third-party search engines to implement this functionality.
4
4
5
5
## Installation details
6
6
@@ -9,21 +9,21 @@ Before disabling or uninstalling this module, note that the following modules de
9
9
- Magento_Elasticsearch
10
10
- Magento_Elasticsearch8
11
11
12
-
For information about module installation in Magento 2, see [Enable or disable modules](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/manage-modules.html).
12
+
For information about module installation, see [Enable or disable modules](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/tutorials/manage-modules).
13
13
14
14
## Extensibility
15
15
16
-
Extension developers can interact with the Magento_AdvancedSearch module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://developer.adobe.com/commerce/php/development/components/plugins/).
16
+
Extension developers can interact with this module. For more information about the extension mechanism, see [Plugins](https://developer.adobe.com/commerce/php/development/components/plugins/).
17
17
18
-
[The Magento dependency injection mechanism](https://developer.adobe.com/commerce/php/development/components/dependency-injection/) enables you to override the functionality of the Magento_AdvancedSearch module.
18
+
[The dependency injection mechanism](https://developer.adobe.com/commerce/php/development/components/dependency-injection/) enables you to override the functionality of this module.
19
19
20
20
### Events
21
21
22
22
This module observes the following event:
23
23
24
24
-`catalogsearch_query_save_after` in the `Magento\AdvancedSearch\Model\Recommendations\SaveSearchQueryRelationsObserver` file.
25
25
26
-
For information about an event in Magento 2, see [Events and observers](https://developer.adobe.com/commerce/php/development/components/events-and-observers/#events).
26
+
For information about an event, see [Events and observers](https://developer.adobe.com/commerce/php/development/components/events-and-observers/#events).
27
27
28
28
### Layouts
29
29
@@ -37,4 +37,4 @@ The module interacts with the following layout handles in the `view/frontend/lay
37
37
38
38
-`catalogsearch_result_index`
39
39
40
-
For more information about layouts in Magento 2, see the [Layout documentation](https://developer.adobe.com/commerce/frontend-core/guide/layouts/).
40
+
For more information about layouts, see the [Layout documentation](https://developer.adobe.com/commerce/frontend-core/guide/layouts/).
Magento_Amqp module provides functionality to publish/consume messages with the Advanced Message Queuing Protocol (AMQP).
3
+
This module provides functionality to publish/consume messages with the Advanced Message Queuing Protocol (AMQP).
4
4
5
5
## Extensibility
6
6
7
-
Extension developers can interact with the Magento_Amqp module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://developer.adobe.com/commerce/php/development/components/plugins/).
7
+
Extension developers can interact with this module. For more information about the extension mechanism, see [Plugins](https://developer.adobe.com/commerce/php/development/components/plugins/).
8
8
9
-
[The Magento dependency injection mechanism](https://developer.adobe.com/commerce/php/development/components/dependency-injection/) enables you to override the functionality of the Magento_Amqp module.
9
+
[The dependency injection mechanism](https://developer.adobe.com/commerce/php/development/components/dependency-injection/) enables you to override the functionality of this module.
Copy file name to clipboardExpand all lines: app/code/Magento/Analytics/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Magento_Analytics module
2
2
3
-
The Magento_Analytics module integrates your Magento instance with the [Magento Business Intelligence (MBI)](https://business.adobe.com/products/magento/business-intelligence.html) to use [Advanced Reporting](https://developer.adobe.com/commerce/php/development/advanced-reporting/modules/) functionality.
3
+
This module integrates your Magento instance with the [Magento Business Intelligence (MBI)](https://business.adobe.com/products/magento/business-intelligence.html) to use [Advanced Reporting](https://developer.adobe.com/commerce/php/development/advanced-reporting/modules/) functionality.
4
4
5
5
The module implements the following functionality:
6
6
@@ -15,7 +15,7 @@ The module implements the following functionality:
15
15
16
16
## Installation details
17
17
18
-
Before disabling or uninstalling this module, note that the following modules depends on this module:
18
+
Before disabling or uninstalling this module, note that the following modules depend on this module:
19
19
20
20
- Magento_CatalogAnalytics
21
21
- Magento_CustomerAnalytics
@@ -26,7 +26,7 @@ Before disabling or uninstalling this module, note that the following modules de
26
26
27
27
## Structure
28
28
29
-
Beyond the [usual module file structure](https://developer.adobe.com/commerce/php/architecture/modules/overview/) the module contains a directory `ReportXml`.
29
+
Beyond the [usual module file structure](https://developer.adobe.com/commerce/php/architecture/modules/overview/), this module contains a directory `ReportXml`.
30
30
[Report XML](https://developer.adobe.com/commerce/php/development/advanced-reporting/report-xml/) is a markup language used to build reports for Advanced Reporting.
31
31
The language declares SQL queries using XML declaration.
@@ -62,5 +61,5 @@ Example output in log file with verbose:
62
61
}
63
62
```
64
63
65
-
The additional options `newrelic_output_enable` and `newrelic_output_verbose` are only used if ApplicationPerformanceMonitorNewRelic module is also installed and enabled.
66
-
See README.md in ApplicationPerformanceMonitorNewRelic for more details on that.
64
+
The additional options `newrelic_output_enable` and `newrelic_output_verbose` are only used if the `ApplicationPerformanceMonitorNewRelic` module is also installed and enabled.
65
+
See `README.md` in `ApplicationPerformanceMonitorNewRelic` for more details on that.
Monitors the Performance of the Application in New Relic
3
+
This module monitors the performance of the application in New Relic.
4
4
5
-
To use this module, it requires a New Relic account and the environment already by configured to use that account.
6
-
For general New Relic PHP configuration information, see <https://docs.newrelic.com/docs/apm/agents/php-agent/configuration/php-agent-configuration/>.
5
+
To use this module, you need a New Relic account and your environment must be configured to use that account.
6
+
For general New Relic PHP configuration information, see [PHP agent configuration](https://docs.newrelic.com/docs/apm/agents/php-agent/configuration/php-agent-configuration/).
7
7
8
-
To configure this module, edit `app/etc/env.php`.
9
-
Add these lines.
8
+
To configure this module, edit `app/etc/env.php` and add these lines:
10
9
11
10
```php
12
11
'application' => [
@@ -21,6 +20,6 @@ Use 0 or 1 as the value to enable or disable.
21
20
`newrelic_output_enable` defaults to 1, and `newrelic_output_verbose` defaults to 0.
22
21
23
22
The option `newrelic_output_enable` enables outputting performance metrics to New Relic.
24
-
The option `newrelic_output_verbose` adds additional metrics
23
+
The option `newrelic_output_verbose` adds additional metrics.
25
24
26
-
See README.md in ApplicationPerformanceMonitor for details about what metrics are in each.
25
+
See README.md in ApplicationPerformanceMonitor for details about the metrics.
Copy file name to clipboardExpand all lines: app/code/Magento/AsyncConfig/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# AsyncConfig
1
+
# Magento_AsyncConfig module
2
2
3
-
The _AsyncConfig_ module enables admin config save asynchronously, which saves configuration in a queue, and processes it in a first-in-first-out basis.
3
+
This module enables admin config save asynchronously, which saves configuration in a queue, and processes it in a first-in-first-out basis.
4
4
5
5
AsyncConfig values:
6
6
7
-
-`0` — (_Default value_) Disable the AsyncConfig module and use the standard synchronous configuration save.
8
-
-`1` — Enable the AsyncConfig module for asynchronous config save.
7
+
-`0` — (_Default value_) Disable the module and use the standard synchronous configuration save.
8
+
-`1` — Enable the module for asynchronous config save.
9
9
10
-
To enable AsyncConfig, set the `config/async` variable in the `env.php` file. For example:
10
+
To enable the module, set the `config/async` variable in the `env.php` file. For example:
Copy file name to clipboardExpand all lines: app/code/Magento/AsynchronousOperations/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Before disabling or uninstalling this module, note that the following modules de
14
14
15
15
- Magento_WebapiAsync
16
16
17
-
For information about module installation in Magento 2, see [Enable or disable modules](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/manage-modules.html).
17
+
For information about module installation, see [Enable or disable modules](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/tutorials/manage-modules).
18
18
19
19
## Extensibility
20
20
21
-
Extension developers can interact with the Magento_AsynchronousOperations module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://developer.adobe.com/commerce/php/development/components/plugins/).
21
+
Extension developers can interact with the Magento_AsynchronousOperations module. For more information about the extension mechanism, see [Plugins](https://developer.adobe.com/commerce/php/development/components/plugins/).
22
22
23
-
[The Magento dependency injection mechanism](https://developer.adobe.com/commerce/php/development/components/dependency-injection/) enables you to override the functionality of the Magento_AsynchronousOperations module.
23
+
[The dependency injection mechanism](https://developer.adobe.com/commerce/php/development/components/dependency-injection/) enables you to override the functionality of the Magento_AsynchronousOperations module.
24
24
25
25
### Layouts
26
26
@@ -30,7 +30,7 @@ This module introduces the following layouts and layout handles in the `view/adm
30
30
-`bulk_bulk_details_modal`
31
31
-`bulk_index_index`
32
32
33
-
For more information about layouts in Magento 2, see the [Layout documentation](https://developer.adobe.com/commerce/frontend-core/guide/layouts/).
33
+
For more information about layouts, see the [Layout documentation](https://developer.adobe.com/commerce/frontend-core/guide/layouts/).
34
34
35
35
### UI components
36
36
@@ -45,4 +45,4 @@ You can extend Magento_AsynchronousOperations module using the following configu
45
45
-`retriable_operation_listing`
46
46
-`retriable_operation_modal_listing`
47
47
48
-
For information about UI components in Magento 2, see [Overview of UI components](https://developer.adobe.com/commerce/frontend-core/ui-components/).
48
+
For information about UI components, see [Overview of UI components](https://developer.adobe.com/commerce/frontend-core/ui-components/).
0 commit comments