You are here

public function PublishContentNode::query in Publish Content 8

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/PublishContentNode.php, line 56

Class

PublishContentNode
Field handler to flag the node type.

Namespace

Drupal\publishcontent\Plugin\views\field

Code

public function query() {

  // Leave empty to avoid a query on this field.
}