Nwidart\Modules\Publishing\LangPublisher::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.lang'));
    }