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