You are here

interface QuizQuestionInterface in Quiz 8.5

Same name and namespace in other branches
  1. 8.6 src/Plugin/QuizQuestionInterface.php \Drupal\quiz\Plugin\QuizQuestionInterface
  2. 6.x src/Plugin/QuizQuestionInterface.php \Drupal\quiz\Plugin\QuizQuestionInterface

Defines an interface for Quiz question plugins.

Hierarchy

Expanded class hierarchy of QuizQuestionInterface

All classes that implement QuizQuestionInterface

File

src/Plugin/QuizQuestionInterface.php, line 10

Namespace

Drupal\quiz\Plugin
View source
interface QuizQuestionInterface extends PluginInspectionInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2