You are here

public function QuizResultAnswersField::query in Quiz 6.x

Called to add the field to a query.

Overrides FieldPluginBase::query

File

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

Class

QuizResultAnswersField
A handler to provide a field that pulls all answers from quiz results of a specific quiz.

Namespace

Drupal\quiz\Plugin\views\field

Code

public function query() {

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