function NodeNewComments::query

Called to add the field to a query.

Overrides FieldPluginBase::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\field

Code

public function query() {
  $this->ensureMyTable();
  $this->addAdditionalFields();
  $this->field_alias = $this->table . '_' . $this->field;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.