public function SitewideAlertInterface::getRevisionCreationTime in Sitewide Alert 8
Gets the Sitewide Alert revision creation timestamp.
Return value
int The UNIX timestamp of when this revision was created.
Overrides RevisionLogInterface::getRevisionCreationTime
File
- src/
Entity/ SitewideAlertInterface.php, line 67
Class
- SitewideAlertInterface
- Provides an interface for defining Sitewide Alert entities.
Namespace
Drupal\sitewide_alert\EntityCode
public function getRevisionCreationTime();