Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
overridePath ($code, $value) | |
![]() | |
__construct (\Magento\Framework\Filesystem\DirectoryList $directoryList, \Magento\Framework\Filesystem\Directory\ReadFactory $readFactory, \Magento\Framework\Filesystem\Directory\WriteFactory $writeFactory) | |
getDirectoryRead ($directoryCode, $driverCode=DriverPool::FILE) | |
getDirectoryReadByPath ($path, $driverCode=DriverPool::FILE) | |
getDirectoryWrite ($directoryCode, $driverCode=DriverPool::FILE) | |
getUri ($code) | |
Protected Member Functions | |
getDirPath ($code) | |
![]() | |
getDirPath ($code) | |
Additional Inherited Members | |
![]() | |
$directoryList | |
$readFactory | |
$writeFactory | |
$readInstances = [] | |
$writeInstances = [] | |
Definition at line 9 of file Filesystem.php.
|
protected |
overridePath | ( | $code, | |
$value | |||
) |
Overrides a path to directory for testing purposes
string | $code | |
string | $value |
Definition at line 33 of file Filesystem.php.