You are here

public function TaskInterface::getCreatedTime in General Data Protection Regulation 8

Same name and namespace in other branches
  1. 8.2 modules/gdpr_tasks/src/Entity/TaskInterface.php \Drupal\gdpr_tasks\Entity\TaskInterface::getCreatedTime()
  2. 3.0.x modules/gdpr_tasks/src/Entity/TaskInterface.php \Drupal\gdpr_tasks\Entity\TaskInterface::getCreatedTime()

Gets the Task creation timestamp.

Return value

int Creation timestamp of the Task.

1 method overrides TaskInterface::getCreatedTime()
Task::getCreatedTime in modules/gdpr_tasks/src/Entity/Task.php
Gets the Task creation timestamp.

File

modules/gdpr_tasks/src/Entity/TaskInterface.php, line 22

Class

TaskInterface
Provides an interface for defining Task entities.

Namespace

Drupal\gdpr_tasks\Entity

Code

public function getCreatedTime();