You are here

public function RegistrationInterface::setCreatedTime in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::setCreatedTime()

Sets the registration creation timestamp.

Parameters

int $timestamp: The registration creation timestamp.

Return value

\Drupal\rng\Entity\RegistrationInterface Returns registration for chaining.

1 method overrides RegistrationInterface::setCreatedTime()
Registration::setCreatedTime in src/Entity/Registration.php
Sets the registration creation timestamp.

File

src/Entity/RegistrationInterface.php, line 47

Class

RegistrationInterface
Provides an interface defining a Registration entity.

Namespace

Drupal\rng\Entity

Code

public function setCreatedTime($timestamp);