You are here

public function OpignoActivityInterface::getCreatedTime in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Entity/OpignoActivityInterface.php \Drupal\opigno_module\Entity\OpignoActivityInterface::getCreatedTime()

Gets the Activity creation timestamp.

Return value

int Creation timestamp of the Activity.

1 method overrides OpignoActivityInterface::getCreatedTime()
OpignoActivity::getCreatedTime in src/Entity/OpignoActivity.php
Gets the Activity creation timestamp.

File

src/Entity/OpignoActivityInterface.php, line 57

Class

OpignoActivityInterface
Provides an interface for defining Activity entities.

Namespace

Drupal\opigno_module\Entity

Code

public function getCreatedTime();