function ViewsUiCommentViewsWizard::row_style_options
Overrides ViewsUiBaseViewsWizard::row_style_options
File
-
plugins/
views_wizard/ views_ui_comment_views_wizard.class.php, line 16
Class
- ViewsUiCommentViewsWizard
- Tests creating comment views with the wizard.
Code
protected function row_style_options($type) {
$options = array();
$options['comment'] = t('comments');
$options['fields'] = t('fields');
return $options;
}