Returns the relative path for the source asset.
This value can be combined with the asset's source root (if both are non-null) to get something compatible with file_get_contents().
For example:
string|null The source asset path
Overrides AssetInterface::getSourcePath
public function getSourcePath() {
return $this->sourcePath;
}