You are here

QuizQuestionInterface.php in Quiz 8.6

Namespace

Drupal\quiz\Plugin

File

src/Plugin/QuizQuestionInterface.php
View source
<?php

namespace Drupal\quiz\Plugin;

use Drupal\Component\Plugin\PluginInspectionInterface;

/**
 * Defines an interface for Quiz question plugins.
 */
interface QuizQuestionInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
QuizQuestionInterface Defines an interface for Quiz question plugins.