public function ActivityAnswerPluginInterface::evaluatedOnSave in Opigno module 8
Same name and namespace in other branches
- 3.x src/ActivityAnswerPluginInterface.php \Drupal\opigno_module\ActivityAnswerPluginInterface::evaluatedOnSave()
Indicates if answer should me evaluated on save or not.
1 method overrides ActivityAnswerPluginInterface::evaluatedOnSave()
- ActivityAnswerPluginBase::evaluatedOnSave in src/
ActivityAnswerPluginBase.php - Indicates if answer should me evaluated on save or not.
File
- src/
ActivityAnswerPluginInterface.php, line 27
Class
- ActivityAnswerPluginInterface
- Interface ActivityAnswerPluginInterface.
Namespace
Drupal\opigno_moduleCode
public function evaluatedOnSave(OpignoActivityInterface $activity);