You are here

public function EntityLegalDocumentVersionInterface::getDocument in Entity Legal 8.2

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

Get attached document entity.

Return value

EntityLegalDocumentInterface The attached document entity.

1 method overrides EntityLegalDocumentVersionInterface::getDocument()
EntityLegalDocumentVersion::getDocument in src/Entity/EntityLegalDocumentVersion.php
Get attached document entity.

File

src/EntityLegalDocumentVersionInterface.php, line 49

Class

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

Namespace

Drupal\entity_legal

Code

public function getDocument();