class ActivityAnswer in Opigno module 8
Same name and namespace in other branches
- 3.x src/Annotation/ActivityAnswer.php \Drupal\opigno_module\Annotation\ActivityAnswer
Annotation for ActivityType plugin.
Hierarchy
- class \Drupal\Component\Annotation\Plugin implements AnnotationInterface
- class \Drupal\opigno_module\Annotation\ActivityAnswer
Expanded class hierarchy of ActivityAnswer
8 classes are annotated with ActivityAnswer
- FileUploadActivityAnswer in ActivityTypes/
opigno_file_upload/ src/ Plugin/ ActivityAnswer/ FileUploadActivityAnswer.php - Class FileUploadActivityAnswer.
- H5pActivityAnswer in ActivityTypes/
opigno_h5p/ src/ Plugin/ ActivityAnswer/ H5pActivityAnswer.php - Class H5pActivityAnswer.
- LongAnswerActivityAnswer in ActivityTypes/
opigno_long_answer/ src/ Plugin/ ActivityAnswer/ LongAnswerActivityAnswer.php - Class LongAnswerActivityAnswer.
- ScormActivityAnswer in ActivityTypes/
opigno_scorm_activity/ src/ Plugin/ ActivityAnswer/ ScormActivityAnswer.php - Class ScormActivityAnswer.
- SlideActivityAnswer in src/
Plugin/ ActivityAnswer/ SlideActivityAnswer.php - Class SlideActivityAnswer.
File
- src/
Annotation/ ActivityAnswer.php, line 12
Namespace
Drupal\opigno_module\AnnotationView source
class ActivityAnswer extends Plugin {
/**
* Plugin id.
*
* @var string
*/
public $id;
/**
* Plugin field activity type bundle.
*
* @var string
*/
public $activityTypeBundle;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ActivityAnswer:: |
public | property | Plugin field activity type bundle. | |
ActivityAnswer:: |
public | property | Plugin id. | |
Plugin:: |
protected | property | The plugin definition read from the class annotation. | 1 |
Plugin:: |
public | function |
Gets the value of an annotation. Overrides AnnotationInterface:: |
5 |
Plugin:: |
public | function |
Gets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the unique ID for this annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Gets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
protected | function | Parses an annotation into its definition. | |
Plugin:: |
public | function |
Sets the class of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function |
Sets the name of the provider of the annotated class. Overrides AnnotationInterface:: |
|
Plugin:: |
public | function | Constructs a Plugin object. | 2 |