public function EntityLegalDocumentInterface::getAcceptanceForm in Entity Legal 8.2
Same name and namespace in other branches
- 4.0.x src/EntityLegalDocumentInterface.php \Drupal\entity_legal\EntityLegalDocumentInterface::getAcceptanceForm()
- 3.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_legalCode
public function getAcceptanceForm();