You are here

public function PopupOnLoadInterface::getCreatedTime in Popup On Load 8

Gets the Popup On Load creation timestamp.

Return value

int Creation timestamp of the Popup On Load.

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

File

src/Entity/PopupOnLoadInterface.php, line 41

Class

PopupOnLoadInterface
Provides an interface for defining Popup On Load entities.

Namespace

Drupal\popup_onload\Entity

Code

public function getCreatedTime();