You are here

public function EntityLegalDocumentInterface::getPublishedVersion in Entity Legal 3.0.x

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

Get the current published version of this document.

Return value

bool|EntityLegalDocumentVersionInterface The current legal document version or FALSE if none found.

1 method overrides EntityLegalDocumentInterface::getPublishedVersion()
EntityLegalDocument::getPublishedVersion in src/Entity/EntityLegalDocument.php
Get the current published version of this document.

File

src/EntityLegalDocumentInterface.php, line 85

Class

EntityLegalDocumentInterface
Interface EntityLegalDocumentInterface.

Namespace

Drupal\entity_legal

Code

public function getPublishedVersion();