You are here

public function SitewideAlertInterface::getCreatedTime in Sitewide Alert 8

Gets the Sitewide Alert creation timestamp.

Return value

int Creation timestamp of the Sitewide Alert.

1 method overrides SitewideAlertInterface::getCreatedTime()
SitewideAlert::getCreatedTime in src/Entity/SitewideAlert.php
Gets the Sitewide Alert creation timestamp.

File

src/Entity/SitewideAlertInterface.php, line 48

Class

SitewideAlertInterface
Provides an interface for defining Sitewide Alert entities.

Namespace

Drupal\sitewide_alert\Entity

Code

public function getCreatedTime();