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