You are here

constant QUIZ_KEEP_ALL in Quiz 8.6

Same name and namespace in other branches
  1. 8.4 quiz.module \QUIZ_KEEP_ALL
  2. 8.5 quiz.module \QUIZ_KEEP_ALL
  3. 6.4 quiz.module \QUIZ_KEEP_ALL
  4. 7.6 quiz.module \QUIZ_KEEP_ALL
  5. 7 quiz.module \QUIZ_KEEP_ALL
  6. 7.4 quiz.module \QUIZ_KEEP_ALL
  7. 7.5 quiz.module \QUIZ_KEEP_ALL
2 uses of QUIZ_KEEP_ALL
QuizResult::maintainResults in src/Entity/QuizResult.php
Mark results as invalid for a quiz according to the keep results setting.
QuizResultPruningTest::testResultPruning in tests/src/Functional/QuizResultPruningTest.php
Test the all, best, and last quiz result pruning.

File

./quiz.module, line 35
Contains quiz.module

Code

define('QUIZ_KEEP_ALL', 2);