You are here

public function OpignoAnswerInterface::getType in Opigno module 3.x

Same name and namespace in other branches
  1. 8 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\Entity

Code

public function getType();