You are here

public function TaskInterface::setCreatedTime 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::setCreatedTime()
  2. 3.0.x modules/gdpr_tasks/src/Entity/TaskInterface.php \Drupal\gdpr_tasks\Entity\TaskInterface::setCreatedTime()

Sets the Task creation timestamp.

Parameters

int $timestamp: The Task creation timestamp.

Return value

\Drupal\gdpr_tasks\Entity\TaskInterface The called Task entity.

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

File

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

Class

TaskInterface
Provides an interface for defining Task entities.

Namespace

Drupal\gdpr_tasks\Entity

Code

public function setCreatedTime($timestamp);