Go to the source code of this file.
◆ $allowedResources
◆ $app
Initial value: [
]
)
if(empty($mediaDirectory)) $bootstrap
Definition at line 75 of file get.php.
◆ $bootstrap
◆ $configCacheFile
$configCacheFile = BP . '/var/resource_config.json' |
◆ $isAllowed
Initial value: if (0 === stripos(
$resource, $allowedResource)) {
return true;
}
}
return false;
}
Definition at line 20 of file get.php.
◆ $mediaDirectory
◆ $params
if (file_exists( $configCacheFile) &&is_readable( $configCacheFile)) $params = $_SERVER |
◆ $relativePath
$relativePath = $request->getPathInfo() |
◆ $request
Initial value:= new \Magento\MediaStorage\Model\File\Storage\Request(
new Magento\Framework\Stdlib\StringUtils()
)
)
Definition at line 29 of file get.php.