You are here

public function QuizPageQuestion::isQuestion in Quiz 8.6

Same name and namespace in other branches
  1. 8.5 question_types/quiz_page/src/Plugin/quiz/QuizQuestion/QuizPageQuestion.php \Drupal\quiz_page\Plugin\quiz\QuizQuestion\QuizPageQuestion::isQuestion()
  2. 6.x question_types/quiz_page/src/Plugin/quiz/QuizQuestion/QuizPageQuestion.php \Drupal\quiz_page\Plugin\quiz\QuizQuestion\QuizPageQuestion::isQuestion()

Implementation of isQuestion().

Overrides QuizQuestionEntityTrait::isQuestion

See also

QuizQuestion::hasFeedback()

File

question_types/quiz_page/src/Plugin/quiz/QuizQuestion/QuizPageQuestion.php, line 84
Quiz page classes.

Class

QuizPageQuestion
@QuizQuestion ( id = "page", label = Plugin annotation @Translation("Quiz page"), handlers = { "response" = "\Drupal\quiz_page\Plugin\quiz\QuizQuestion\QuizPageResponse" } )

Namespace

Drupal\quiz_page\Plugin\quiz\QuizQuestion

Code

public function isQuestion() {
  return FALSE;
}