' . __('Select one…') . '' . ''; //get column whose datatype falls under string category $html .= $this->normalization->getHtmlForColumnsList( Current::$database, Current::$table, _pgettext('string types', 'String'), ); $this->response->addHTML($html); return null; } }