You are here

public function PostInterface::setCreatedTime in Open Social 10.2.x

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  2. 8 modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  3. 8.2 modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  4. 8.3 modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  5. 8.4 modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  6. 8.5 modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  7. 8.6 modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  8. 8.7 modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  9. 8.8 modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  10. 10.3.x modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  11. 10.0.x modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()
  12. 10.1.x modules/social_features/social_post/src/Entity/PostInterface.php \Drupal\social_post\Entity\PostInterface::setCreatedTime()

Sets the Post creation timestamp.

Parameters

int $timestamp: The Post creation timestamp.

Return value

\Drupal\social_post\Entity\PostInterface The called Post entity.

1 method overrides PostInterface::setCreatedTime()
Post::setCreatedTime in modules/social_features/social_post/src/Entity/Post.php
Sets the Post creation timestamp.

File

modules/social_features/social_post/src/Entity/PostInterface.php, line 51

Class

PostInterface
Provides an interface for defining Post entities.

Namespace

Drupal\social_post\Entity

Code

public function setCreatedTime($timestamp);