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.php
Go to the documentation of this file.
1
<?php
6
return
[
7
[
8
'id'
=>
'Magento_Webapi'
,
9
'title'
=>
'Magento Webapi'
,
10
'children'
=> [
11
[
12
'id'
=>
'customer'
,
13
'title'
=>
'Manage Customers'
,
14
'sortOrder'
=> 20,
15
'children'
=> [
16
[
17
'id'
=>
'customer/create'
,
18
'title'
=>
'Create Customer'
,
19
'sortOrder'
=>
'30'
,
20
'children'
=> [],
21
],
22
[
23
'id'
=>
'customer/update'
,
24
'title'
=>
'Edit Customer'
,
25
'sortOrder'
=>
'10'
,
26
'children'
=> []
27
],
28
[
29
'id'
=>
'customer/get'
,
30
'title'
=>
'Get Customer'
,
31
'sortOrder'
=>
'20'
,
32
'children'
=> []
33
],
34
[
'id'
=>
'customer/delete'
,
'title'
=>
'Delete Customer'
,
'children'
=> []],
35
],
36
],
37
],
38
]
39
];