You are here

public function QueueStorageEntityInterface::setCreatedTime in Open Social 8.9

Same name and namespace in other branches
  1. 8.8 modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::setCreatedTime()
  2. 10.3.x modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::setCreatedTime()
  3. 10.0.x modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::setCreatedTime()
  4. 10.1.x modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::setCreatedTime()
  5. 10.2.x modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php \Drupal\social_queue_storage\Entity\QueueStorageEntityInterface::setCreatedTime()

Sets the Queue storage entity creation timestamp.

Parameters

int $timestamp: The Queue storage entity creation timestamp.

Return value

\Drupal\social_queue_storage\Entity\QueueStorageEntityInterface The called Queue storage entity entity.

1 method overrides QueueStorageEntityInterface::setCreatedTime()
QueueStorageEntity::setCreatedTime in modules/custom/social_queue_storage/src/Entity/QueueStorageEntity.php
Sets the Queue storage entity creation timestamp.

File

modules/custom/social_queue_storage/src/Entity/QueueStorageEntityInterface.php, line 70

Class

QueueStorageEntityInterface
Provides an interface for defining Queue storage entity entities.

Namespace

Drupal\social_queue_storage\Entity

Code

public function setCreatedTime($timestamp);