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

getDestinationPath() public method

Get destination path.
public getDestinationPath ( ) : string
return string
    public function getDestinationPath()
    {
        return $this->repository->assetPath($this->module->getLowerName());
    }