ImportExportPlugin::getExportPath PHP Метод

getExportPath() публичный Метод

Return the plugin export directory.
public getExportPath ( ) : string
Результат string The export directory path.
    function getExportPath()
    {
        return Config::getVar('files', 'files_dir') . '/temp/';
    }