You are here

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

Sets the registration creation timestamp.

Parameters

int $timestamp: The registration creation timestamp.

Return value

\Drupal\rng\RegistrationInterface Returns registration for chaining.

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

File

src/RegistrationInterface.php, line 38

Class

RegistrationInterface
Provides an interface defining a Registration entity.

Namespace

Drupal\rng

Code

public function setCreatedTime($timestamp);