public function NodeNewComments::query in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/src/Plugin/views/field/NodeNewComments.php \Drupal\comment\Plugin\views\field\NodeNewComments::query()
- 9 core/modules/comment/src/Plugin/views/field/NodeNewComments.php \Drupal\comment\Plugin\views\field\NodeNewComments::query()
File
- core/
modules/ comment/ src/ Plugin/ views/ field/ NodeNewComments.php, line 130
Class
- NodeNewComments
- Field handler to display the number of new comments.
Namespace
Drupal\comment\Plugin\views\fieldCode
public function query() {
$this
->ensureMyTable();
$this
->addAdditionalFields();
$this->field_alias = $this->table . '_' . $this->field;
}