You are here

public function ScheduledUpdateInterface::getCreatedTime in Scheduled Updates 8

Return the creation time of the entity in seconds since epoch.

1 method overrides ScheduledUpdateInterface::getCreatedTime()
ScheduledUpdate::getCreatedTime in src/Entity/ScheduledUpdate.php
Return the creation time of the entity in seconds since epoch.

File

src/ScheduledUpdateInterface.php, line 47
Contains \Drupal\scheduled_updates\ScheduledUpdateInterface.

Class

ScheduledUpdateInterface
Provides an interface for defining Scheduled update entities.

Namespace

Drupal\scheduled_updates

Code

public function getCreatedTime();