You are here

public function OpignoAnswer::setSkillId in Opigno module 3.x

Same name and namespace in other branches
  1. 8 src/Entity/OpignoAnswer.php \Drupal\opigno_module\Entity\OpignoAnswer::setSkillId()

File

src/Entity/OpignoAnswer.php, line 201

Class

OpignoAnswer
Defines the Answer entity.

Namespace

Drupal\opigno_module\Entity

Code

public function setSkillId($value) {
  $this
    ->set('skills_mode', $value);
  return $this;
}