You are here

public function SharethisNode::query in ShareThis 8.2

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/SharethisNode.php, line 58

Class

SharethisNode
Field handler to display the number of new comments.

Namespace

Drupal\sharethis\Plugin\views\field

Code

public function query() {
  $this
    ->ensureMyTable();
  $this
    ->addAdditionalFields();
}