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