web\AssetManager getPublishedPath()

getPublishedPath() public method

Returns the published path of a file path.

This method does not perform any publishing. It merely tells you if the file or directory is published, where it will go.

public string|false getPublishedPath ( $path )
$path string

Directory or file path being published

return string|false

String the published file path. False if the file or directory does not exist

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.