skeeks\cms\traits\HasComponentDbSettingsTrait::getCallableEditUrl PHP Method

getCallableEditUrl() public method

public getCallableEditUrl ( ) : UrlHelper
return skeeks\cms\helpers\UrlHelper
    public function getCallableEditUrl()
    {
        return UrlHelper::construct('/cms/admin-component-settings/call-edit', ['componentClassName' => $this->className(), 'componentNamespace' => $this->namespace, 'callableId' => $this->callableId])->enableAdmin()->setSystemParam(\skeeks\cms\modules\admin\Module::SYSTEM_QUERY_EMPTY_LAYOUT, 'true');
    }