function StatisticsLastCommentName::defineOptions

Overrides FieldPluginBase::defineOptions

File

core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php, line 70

Class

StatisticsLastCommentName
Field handler to present the name of the last comment poster.

Namespace

Drupal\comment\Plugin\views\field

Code

protected function defineOptions() {
  $options = parent::defineOptions();
  $options['link_to_user'] = [
    'default' => TRUE,
  ];
  return $options;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.