You are here

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

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

Get all versions of this legal document entity.

Return value

array All versions of this legal document entity.

1 method overrides EntityLegalDocumentInterface::getAllVersions()
EntityLegalDocument::getAllVersions in src/Entity/EntityLegalDocument.php
Get all versions of this legal document entity.

File

src/EntityLegalDocumentInterface.php, line 61

Class

EntityLegalDocumentInterface
Interface EntityLegalDocumentInterface.

Namespace

Drupal\entity_legal

Code

public function getAllVersions();