public function EntityLegalDocumentInterface::getPublishedVersionName in Entity Legal 8
Get the name of the current published version.
Return value
string
1 method overrides EntityLegalDocumentInterface::getPublishedVersionName()
- EntityLegalDocument::getPublishedVersionName in src/
Entity/ EntityLegalDocument.php - Get the name of the current published version.
File
- src/
Entity/ EntityLegalDocumentInterface.php, line 20 - Contains \Drupal\entity_legal\Entity\EntityLegalDocumentInterface.
Class
- EntityLegalDocumentInterface
- Provides interface for defining legal document entities.
Namespace
Drupal\entity_legal\EntityCode
public function getPublishedVersionName();