ImportExportPlugin::getExportPath PHP Method

getExportPath() public method

Return the plugin export directory.
public getExportPath ( ) : string
return string The export directory path.
    function getExportPath()
    {
        return Config::getVar('files', 'files_dir') . '/temp/';
    }