QuizQuestionInterface.php in Quiz 6.x
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\quiz\PluginFile
src/Plugin/QuizQuestionInterface.phpView source
<?php
namespace Drupal\quiz\Plugin;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines an interface for Quiz question plugins.
*/
interface QuizQuestionInterface extends PluginInspectionInterface {
}
Interfaces
Name | Description |
---|---|
QuizQuestionInterface | Defines an interface for Quiz question plugins. |