You are here

public function MaestroEngineProcessInitiator::query in Maestro 8.2

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

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/MaestroEngineProcessInitiator.php, line 23

Class

MaestroEngineProcessInitiator
Field handler to translate the UID field into a username.

Namespace

Drupal\maestro\Plugin\views\field

Code

public function query() {

  // No Query to be done.
}