Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::rowStyleOptions().
Overrides WizardPluginBase::rowStyleOptions
protected function rowStyleOptions() {
$options = array();
$options['teasers'] = t('teasers');
$options['full_posts'] = t('full posts');
$options['titles'] = t('titles');
$options['titles_linked'] = t('titles (linked)');
$options['fields'] = t('fields');
return $options;
}