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
Backup
Test
Unit
_files
app_dirs.php
Go to the documentation of this file.
1
<?php
10
$appDirs
= [
'app'
,
'pub/media'
,
'var/log'
];
11
foreach
(
$appDirs
as $dir) {
12
$appDir
= TESTS_TEMP_DIR .
'/Magento/Backup/data/'
. $dir;
13
if
(!
is_dir
(
$appDir
)) {
14
mkdir
(
$appDir
, 0777,
true
);
15
}
16
}
$appDir
$appDir
Definition:
theme.php:12
$appDirs
$appDirs
Definition:
app_dirs.php:10
Magento\Setup\Module\I18n\Pack\Writer\File\mkdir
mkdir($pathname, $mode=0777, $recursive=false, $context=null)
Definition:
ioMock.php:25
Magento\Framework\Backup\is_dir
is_dir($path)
Definition:
io.php:14