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