You are here

public function MaestroEngineStartedTimestamp::query in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/views/field/MaestroEngineStartedTimestamp.php \Drupal\maestro\Plugin\views\field\MaestroEngineStartedTimestamp::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/MaestroEngineStartedTimestamp.php, line 21

Class

MaestroEngineStartedTimestamp
Field handler to generate started timestamp.

Namespace

Drupal\maestro\Plugin\views\field

Code

public function query() {

  // No Query to be done.
}