You are here

public property QuizQuestion::$node in Quiz 8.4

The current node for this question.

File

question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestion.php, line 55
Classes used in the Quiz Question module.

Class

QuizQuestion
A base implementation of a quiz_question, adding a layer of abstraction between the node API, quiz API and the question types.

Namespace

Drupal\quiz_question

Code

public $node = NULL;