Back to PhocacartRenderAdmincolumns class

Method metadesc

public
metadesc
(mixed $item, mixed &$options)

Method metadesc - Source code

public function metadesc($item, &$options)
{
    // textarea in features instead of text like e.g. by title, sku, price
    $item['editclass'] = 'autogrow';
    $item['editfilter'] = 'html';
    return $this->commonColumn($item, $options);
}