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
Acl
Test
Unit
_files
result.php
Go to the documentation of this file.
1
<?php
6
return
[
7
0 => [
'id'
=>
'One_Module::resource'
,
'title'
=>
'Resource One'
,
'sortOrder'
=> 10,
'children'
=> []],
8
1 => [
9
'id'
=>
'One_Module::resource_parent'
,
10
'title'
=>
'Resource Parent'
,
11
'sortOrder'
=> 25,
12
'children'
=> [
13
0 => [
14
'id'
=>
'One_Module::resource_child_one'
,
15
'title'
=>
'Resource Child'
,
16
'sortOrder'
=> 15,
17
'children'
=> [
18
0 => [
19
'id'
=>
'One_Module::resource_child_two'
,
20
'title'
=>
'Child Resource Level 2 Title'
,
21
'sortOrder'
=> 40,
22
'children'
=> [],
23
],
24
],
25
],
26
],
27
]
28
];