public function OpignoActivityInterface::setCreatedTime in Opigno module 3.x
Same name and namespace in other branches
- 8 src/Entity/OpignoActivityInterface.php \Drupal\opigno_module\Entity\OpignoActivityInterface::setCreatedTime()
Sets the Activity creation timestamp.
Parameters
int $timestamp: The Activity creation timestamp.
Return value
\Drupal\opigno_module\Entity\OpignoActivityInterface The called Activity entity.
1 method overrides OpignoActivityInterface::setCreatedTime()
- OpignoActivity::setCreatedTime in src/
Entity/ OpignoActivity.php - Sets the Activity creation timestamp.
File
- src/
Entity/ OpignoActivityInterface.php, line 68
Class
- OpignoActivityInterface
- Provides an interface for defining Activity entities.
Namespace
Drupal\opigno_module\EntityCode
public function setCreatedTime($timestamp);