function StatisticsLastCommentName::defineOptions
Same name in other branches
- 9 core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php \Drupal\comment\Plugin\views\field\StatisticsLastCommentName::defineOptions()
- 8.9.x core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php \Drupal\comment\Plugin\views\field\StatisticsLastCommentName::defineOptions()
- 10 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 70
Class
- StatisticsLastCommentName
- Field handler to present the name of the last comment poster.
Namespace
Drupal\comment\Plugin\views\fieldCode
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.