Function normalizeSharedPath
if shared_assets, create symlink to assets and put under website. (otherwise move __include folder to your website) because assets file must be a subdirectory under website domain and not outside website folder wic we don't knw url location for.
normalizeSharedPath('', '/shared/resources/plugins/', 'plugin_asset');
Parameters summary
string |
$file_system_path = '' |
|
string |
$shared_path_delimiter = '/shared/resources/' |
|
string |
$destination_asset_folder_name = 'shared_asset_list' |
|
Return value summary
string
|
string
|
Thrown exceptions summary
Exception
|
Exception
|