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