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
Filesystem
Directory
PathValidatorInterface.php
Go to the documentation of this file.
1
<?php
7
declare(strict_types=1);
8
9
namespace
Magento\Framework\Filesystem\Directory
;
10
11
use
Magento\Framework\Exception\ValidatorException
;
12
16
interface
PathValidatorInterface
17
{
29
public
function
validate
(
30
string
$directoryPath,
31
string
$path
,
32
?
string
$scheme =
null
,
33
bool
$absolutePath =
false
34
): void;
35
}
Magento\Framework\Filesystem\Directory\PathValidatorInterface\validate
validate(string $directoryPath, string $path, ?string $scheme=null, bool $absolutePath=false)
Magento\Framework\Filesystem\Directory\PathValidatorInterface
Definition:
PathValidatorInterface.php:16
Magento\Framework\Exception\ValidatorException
Definition:
ValidatorException.php:12
Magento\Framework\Filesystem\Directory
Definition:
PathValidator.php:9
$path
$path
Definition:
import_with_filesystem_images.php:14