interface QuizQuestionInterface in Quiz 6.x
Same name in this branch
- 6.x src/QuizQuestionInterface.php \Drupal\quiz\QuizQuestionInterface
- 6.x src/Plugin/QuizQuestionInterface.php \Drupal\quiz\Plugin\QuizQuestionInterface
Same name and namespace in other branches
- 8.6 src/Plugin/QuizQuestionInterface.php \Drupal\quiz\Plugin\QuizQuestionInterface
- 8.5 src/Plugin/QuizQuestionInterface.php \Drupal\quiz\Plugin\QuizQuestionInterface
Defines an interface for Quiz question plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\quiz\Plugin\QuizQuestionInterface
Expanded class hierarchy of QuizQuestionInterface
All classes that implement QuizQuestionInterface
File
- src/
Plugin/ QuizQuestionInterface.php, line 10
Namespace
Drupal\quiz\PluginView source
interface QuizQuestionInterface extends PluginInspectionInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |