Craft\QuickFieldController::actionGetFieldSettings PHP Method

actionGetFieldSettings() public method

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