You are here

public function NodeReadTime::query in Node read time 8

Leave empty to avoid a query on this field.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/NodeReadTime.php, line 70

Class

NodeReadTime
Field handler to node read time.

Namespace

Drupal\node_read_time\Plugin\views\field

Code

public function query() {

  // Do nothing -- to override the parent query.
}