public function VideoActivityAnswer::evaluatedOnSave in Opigno module 3.x
Same name and namespace in other branches
- 8 ActivityTypes/opigno_video/src/Plugin/ActivityAnswer/VideoActivityAnswer.php \Drupal\opigno_video\Plugin\ActivityAnswer\VideoActivityAnswer::evaluatedOnSave()
Indicates if answer should me evaluated on save or not.
Overrides ActivityAnswerPluginBase::evaluatedOnSave
File
- ActivityTypes/
opigno_video/ src/ Plugin/ ActivityAnswer/ VideoActivityAnswer.php, line 21
Class
- VideoActivityAnswer
- Class VideoActivityAnswer.
Namespace
Drupal\opigno_video\Plugin\ActivityAnswerCode
public function evaluatedOnSave(OpignoActivityInterface $activity) {
return TRUE;
}