Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NodeNewComments.php
function NodeNewComments::usesGroupBy
Overrides
HandlerBase::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
; }
RSS feed