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
module-integration
Test
Unit
Helper
_files
acl-map.php
Go to the documentation of this file.
1
<?php
6
return
[
7
[
8
'attr'
=> [
9
'data-id'
=>
'Magento_Webapi'
,
10
],
11
'data'
=>
'Magento Webapi'
,
12
'children'
=> [
13
[
14
'attr'
=> [
15
'data-id'
=>
'customer'
,
16
],
17
'data'
=>
'Manage Customers'
,
18
'children'
=> [
19
[
20
'attr'
=> [
21
'data-id'
=>
'customer/create'
,
22
],
23
'data'
=>
'Create Customer'
,
24
'children'
=> [],
25
'state'
=>
'open'
,
26
],
27
[
28
'attr'
=> [
29
'data-id'
=>
'customer/update'
,
30
],
31
'data'
=>
'Edit Customer'
,
32
'children'
=> [],
33
'state'
=>
'open'
,
34
],
35
[
36
'attr'
=> [
37
'data-id'
=>
'customer/get'
,
38
],
39
'data'
=>
'Get Customer'
,
40
'children'
=> [],
41
'state'
=>
'open'
,
42
],
43
[
44
'attr'
=> [
45
'data-id'
=>
'customer/delete'
,
46
],
47
'data'
=>
'Delete Customer'
,
48
'children'
=> [],
49
'state'
=>
'open'
,
50
],
51
],
52
'state'
=>
'open'
,
53
],
54
],
55
'state'
=>
'open'
,
56
]
57
];