You are here

public function NodeNewComments::usesGroupBy in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Plugin/views/field/NodeNewComments.php \Drupal\comment\Plugin\views\field\NodeNewComments::usesGroupBy()
  2. 9 core/modules/comment/src/Plugin/views/field/NodeNewComments.php \Drupal\comment\Plugin\views\field\NodeNewComments::usesGroupBy()

File

core/modules/comment/src/Plugin/views/field/NodeNewComments.php, line 29

Class

NodeNewComments
Field handler to display the number of new comments.

Namespace

Drupal\comment\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}