function StatisticsLastCommentName::defineOptions

Same name and namespace in other branches
  1. 8.9.x core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php \Drupal\comment\Plugin\views\field\StatisticsLastCommentName::defineOptions()
  2. 10 core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php \Drupal\comment\Plugin\views\field\StatisticsLastCommentName::defineOptions()
  3. 11.x core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php \Drupal\comment\Plugin\views\field\StatisticsLastCommentName::defineOptions()

Overrides FieldPluginBase::defineOptions

File

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

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.