You are here

public function MaestroEngineProcessCompletionTime::query in Maestro 3.x

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

Called to add the field to a query.

Overrides FieldPluginBase::query

File

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

Class

MaestroEngineProcessCompletionTime
Field handler to translate the unixtime timestamp to a human readable format if you so choose to.

Namespace

Drupal\maestro\Plugin\views\field

Code

public function query() {

  // No Query to be done.
}