quiz-6.0.0-alpha4/src/Plugin/QuizQuestionInterface.php
src/Plugin/QuizQuestionInterface.php
<?php
namespace Drupal\quiz\Plugin;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines an interface for Quiz question plugins.
*/
interface QuizQuestionInterface extends PluginInspectionInterface {
}
