Overrides WizardPluginBase::rowStyleOptions
protected function rowStyleOptions() { $options = []; $options['entity:comment'] = $this->t('comments'); $options['fields'] = $this->t('fields'); return $options; }