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