You are here

public function MaestroEngineActiveAssignments::query in Maestro 3.x

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

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/MaestroEngineActiveAssignments.php, line 22

Class

MaestroEngineActiveAssignments
Field handler to generate a list of assigned users/roles etc.

Namespace

Drupal\maestro\Plugin\views\field

Code

public function query() {

  // No Query to be done.
}