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
magento2-base
setup
config
states.extensionManager.config.php
Go to the documentation of this file.
1
<?php
7
$base
= basename($_SERVER[
'SCRIPT_FILENAME'
]);
8
9
return
[
10
'navUpdaterTitles'
=> [
11
'install'
=>
'New Purchases'
,
12
],
13
'navUpdater'
=> [
14
[
15
'id'
=>
'root.readiness-check-install'
,
16
'url'
=>
'readiness-check-updater'
,
17
'templateUrl'
=>
"{$base}/readiness-check-updater"
,
18
'title'
=>
"Readiness \n Check"
,
19
'header'
=>
'Step 1: Readiness Check'
,
20
'nav'
=>
true
,
21
'order'
=> 2,
22
'type'
=>
'install'
,
23
'wrapper'
=> 1
24
],
25
[
26
'id'
=>
'root.readiness-check-install.progress'
,
27
'url'
=>
'readiness-check-updater/progress'
,
28
'templateUrl'
=>
"$base/readiness-check-updater/progress"
,
29
'title'
=>
'Readiness Check'
,
30
'header'
=>
'Step 1: Readiness Check'
,
31
'controller'
=>
'readinessCheckController'
,
32
'nav'
=>
false
,
33
'order'
=> 3,
34
'type'
=>
'install'
,
35
'wrapper'
=> 1
36
],
37
[
38
'id'
=>
'root.create-backup-install'
,
39
'url'
=>
'create-backup'
,
40
'templateUrl'
=>
"$base/create-backup"
,
41
'title'
=>
"Create \n Backup"
,
42
'header'
=>
'Step 2: Create Backup'
,
43
'controller'
=>
'createBackupController'
,
44
'nav'
=>
true
,
45
'validate'
=>
true
,
46
'order'
=> 4,
47
'type'
=>
'install'
,
48
'wrapper'
=> 1
49
],
50
[
51
'id'
=>
'root.create-backup-install.progress'
,
52
'url'
=>
'create-backup/progress'
,
53
'templateUrl'
=>
"$base/complete-backup/progress"
,
54
'title'
=>
"Create \n Backup"
,
55
'header'
=>
'Step 2: Create Backup'
,
56
'controller'
=>
'completeBackupController'
,
57
'nav'
=>
false
,
58
'order'
=> 5,
59
'type'
=>
'install'
,
60
'wrapper'
=> 1
61
],
62
[
63
'id'
=>
'root.start-updater-install'
,
64
'url'
=>
'start-updater'
,
65
'templateUrl'
=>
"$base/start-updater"
,
66
'controller'
=>
'startUpdaterController'
,
67
'title'
=>
"Component \n Install"
,
68
'header'
=>
'Step 3: Install'
,
69
'nav'
=>
true
,
70
'order'
=> 6,
71
'type'
=>
'install'
,
72
'wrapper'
=> 1
73
],
74
],
75
];
$base
$base
Definition:
states.extensionManager.config.php:7