You are here

public function PopupOnLoadInterface::setCreatedTime in Popup On Load 8

Sets the Popup On Load creation timestamp.

Parameters

int $timestamp: The Popup On Load creation timestamp.

Return value

\Drupal\popup_onload\Entity\PopupOnLoadInterface The called Popup On Load entity.

1 method overrides PopupOnLoadInterface::setCreatedTime()
PopupOnLoad::setCreatedTime in src/Entity/PopupOnLoad.php
Sets the Popup On Load creation timestamp.

File

src/Entity/PopupOnLoadInterface.php, line 52

Class

PopupOnLoadInterface
Provides an interface for defining Popup On Load entities.

Namespace

Drupal\popup_onload\Entity

Code

public function setCreatedTime($timestamp);