You are here

public function LogInterface::getCreatedTime in Log entity 8

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/LogInterface.php, line 51
Contains \Drupal\log\LogInterface.

Class

LogInterface
Provides an interface for defining Log entities.

Namespace

Drupal\log

Code

public function getCreatedTime();