You are here

public function ActivityAnswerPluginInterface::evaluatedOnSave in Opigno module 8

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

Code

public function evaluatedOnSave(OpignoActivityInterface $activity);