public function QuizResultAnswerBroken::getResponse in Quiz 6.x
Same name and namespace in other branches
- 8.6 src/Entity/QuizResultAnswerBroken.php \Drupal\quiz\Entity\QuizResultAnswerBroken::getResponse()
- 8.5 src/Entity/QuizResultAnswerBroken.php \Drupal\quiz\Entity\QuizResultAnswerBroken::getResponse()
Get the user's response.
Return value
mixed The answer given by the user
Overrides QuizAnswerInterface::getResponse
File
- src/
Entity/ QuizResultAnswerBroken.php, line 7
Class
Namespace
Drupal\quiz\EntityCode
public function getResponse() {
return NULL;
}