You are here

public function PopupOnLoad::getCreatedTime in Popup On Load 8

Gets the Popup On Load creation timestamp.

Return value

int Creation timestamp of the Popup On Load.

Overrides PopupOnLoadInterface::getCreatedTime

File

src/Entity/PopupOnLoad.php, line 88

Class

PopupOnLoad
Defines the Popup On Load entity.

Namespace

Drupal\popup_onload\Entity

Code

public function getCreatedTime() {
  return $this
    ->get('created')->value;
}