You are here

public function LogInterface::getCreatedTime in Log entity 2.x

Gets the log creation timestamp.

Return value

int Creation timestamp of the log.

1 method overrides LogInterface::getCreatedTime()
Log::getCreatedTime in src/Entity/Log.php
Gets the log creation timestamp.

File

src/Entity/LogInterface.php, line 42

Class

LogInterface
Provides an interface for defining Log entities.

Namespace

Drupal\log\Entity

Code

public function getCreatedTime();