Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework-message-queue
Test
Unit
_files
wildcard_pattern_map.php
Go to the documentation of this file.
1
<?php
7
return
[
8
[
'customer.created'
,
'/^customer\.created$/'
],
9
[
'customer.created.one'
,
'/^customer\.created\.one$/'
],
10
[
'customer.created.one.two'
,
'/^customer\.created\.one\.two$/'
],
11
[
'customer.created.two'
,
'/^customer\.created\.two$/'
],
12
[
'customer.updated'
,
'/^customer\.updated$/'
],
13
[
'cart.created'
,
'/^cart\.created$/'
],
14
[
'customer.deleted'
,
'/^customer\.deleted$/'
],
15
[
'cart.created.one'
,
'/^cart\.created\.one$/'
],
16
[
'customer.*'
,
'/^customer\.[^\.]+$/'
],
17
[
'customer.#'
,
'/^customer\..+$/'
],
18
[
'customer.*.one'
,
'/^customer\.[^\.]+\.one$/'
],
19
[
'*.created.*'
,
'/^[^\.]+\.created\.[^\.]+$/'
],
20
[
'*.created.#'
,
'/^[^\.]+\.created\..+$/'
],
21
[
'#'
,
'/^.+$/'
]
22
];