You are here

public function EntityLegalDocumentVersionInterface::getCreatedTime in Entity Legal 3.0.x

Same name and namespace in other branches
  1. 8.2 src/EntityLegalDocumentVersionInterface.php \Drupal\entity_legal\EntityLegalDocumentVersionInterface::getCreatedTime()
  2. 4.0.x src/EntityLegalDocumentVersionInterface.php \Drupal\entity_legal\EntityLegalDocumentVersionInterface::getCreatedTime()

Gets the legal document version creation timestamp.

Return value

int Creation timestamp of the legal document version.

1 method overrides EntityLegalDocumentVersionInterface::getCreatedTime()
EntityLegalDocumentVersion::getCreatedTime in src/Entity/EntityLegalDocumentVersion.php
Gets the legal document version creation timestamp.

File

src/EntityLegalDocumentVersionInterface.php, line 31

Class

EntityLegalDocumentVersionInterface
Provides an interface defining a entity legal document version entity.

Namespace

Drupal\entity_legal

Code

public function getCreatedTime();