You are here

public function EntityLegalDocumentAcceptanceInterface::getDocumentVersion in Entity Legal 3.0.x

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

Get the document version this acceptance belongs to.

Return value

\Drupal\entity_legal\EntityLegalDocumentVersionInterface The version of the document corresponding to this acceptance.

1 method overrides EntityLegalDocumentAcceptanceInterface::getDocumentVersion()
EntityLegalDocumentAcceptance::getDocumentVersion in src/Entity/EntityLegalDocumentAcceptance.php
Get the document version this acceptance belongs to.

File

src/EntityLegalDocumentAcceptanceInterface.php, line 18

Class

EntityLegalDocumentAcceptanceInterface
Provides an interface defining a entity legal document acceptance entity.

Namespace

Drupal\entity_legal

Code

public function getDocumentVersion();