public function OpignoAnswerInterface::getType in Opigno module 8
Same name and namespace in other branches
- 3.x src/Entity/OpignoAnswerInterface.php \Drupal\opigno_module\Entity\OpignoAnswerInterface::getType()
Gets the Answer type.
Return value
string The Answer type.
1 method overrides OpignoAnswerInterface::getType()
- OpignoAnswer::getType in src/
Entity/ OpignoAnswer.php - Gets the Answer type.
File
- src/
Entity/ OpignoAnswerInterface.php, line 22
Class
- OpignoAnswerInterface
- Provides an interface for defining Answer entities.
Namespace
Drupal\opigno_module\EntityCode
public function getType();