You are here

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

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

Get an acceptance form for this legal document.

Return value

array The drupal acceptance form.

1 method overrides EntityLegalDocumentInterface::getAcceptanceForm()
EntityLegalDocument::getAcceptanceForm in src/Entity/EntityLegalDocument.php
Get an acceptance form for this legal document.

File

src/EntityLegalDocumentInterface.php, line 32

Class

EntityLegalDocumentInterface
Interface EntityLegalDocumentInterface.

Namespace

Drupal\entity_legal

Code

public function getAcceptanceForm();