Nwidart\Modules\Publishing\AssetPublisher::getSourcePath PHP Метод

getSourcePath() публичный Метод

Get source path.
public getSourcePath ( ) : string
Результат string
    public function getSourcePath()
    {
        return $this->getModule()->getExtraPath($this->repository->config('paths.generator.assets'));
    }