Craft\QuickFieldController::actionGetFieldSettings PHP 메소드

actionGetFieldSettings() 공개 메소드

Gets the HTML, CSS and Javascript of a field setting page.
    public function actionGetFieldSettings()
    {
        $this->requireAdmin();
        $this->requireAjaxRequest();
        $this->returnJson($this->_getTemplate());
    }