public function EntityLegalDocumentInterface::getPublishedVersion in Entity Legal 8.2
Same name and namespace in other branches
- 4.0.x src/EntityLegalDocumentInterface.php \Drupal\entity_legal\EntityLegalDocumentInterface::getPublishedVersion()
- 3.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_legalCode
public function getPublishedVersion();