You are here

public function VideoActivityAnswer::evaluatedOnSave in Opigno module 3.x

Same name and namespace in other branches
  1. 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\ActivityAnswer

Code

public function evaluatedOnSave(OpignoActivityInterface $activity) {
  return TRUE;
}