Nwidart\Modules\Publishing\AssetPublisher::getSourcePath PHP Method

getSourcePath() public method

Get source path.
public getSourcePath ( ) : string
return string
    public function getSourcePath()
    {
        return $this->getModule()->getExtraPath($this->repository->config('paths.generator.assets'));
    }