You are here

abstract public function QuizQuestionResponse::delete in Quiz 8.4

Delete the response.

8 methods override QuizQuestionResponse::delete()
ClozeResponse::delete in question_types/cloze/lib/Drupal/cloze/ClozeResponse.php
Implementation of delete()
DDLinesResponse::delete in question_types/quiz_ddlines/lib/Drupal/quiz_ddlines/DDLinesResponse.php
Delete the response.
LongAnswerResponse::delete in question_types/long_answer/lib/Drupal/long_answer/LongAnswerResponse.php
Implementation of delete
MatchingResponse::delete in question_types/matching/lib/Drupal/matching/MatchingResponse.php
Implementation of delete
MultichoiceResponse::delete in question_types/multichoice/lib/Drupal/multichoice/MultichoiceResponse.php
Implementation of delete

... See full list

File

question_types/quiz_question/lib/Drupal/quiz_question/QuizQuestionResponse.php, line 341

Class

QuizQuestionResponse

Namespace

Drupal\quiz_question

Code

public abstract function delete();