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