public function OpignoAnswer::setEvaluated in Opigno module 8
Same name and namespace in other branches
- 3.x src/Entity/OpignoAnswer.php \Drupal\opigno_module\Entity\OpignoAnswer::setEvaluated()
File
- src/
Entity/ OpignoAnswer.php, line 178
Class
- OpignoAnswer
- Defines the Answer entity.
Namespace
Drupal\opigno_module\EntityCode
public function setEvaluated($value) {
$this
->set('evaluated', $value);
return $this;
}