You are here

public function EntityLegalDocument::getAcceptanceForm in Entity Legal 7.2

Same name and namespace in other branches
  1. 7 entity_legal.entity.inc \EntityLegalDocument::getAcceptanceForm()

Get an acceptance form for this legal document.

Return value

array The drupal acceptance form.

File

./entity_legal.entity.inc, line 24
Entity API main classes used by entity_legal module.

Class

EntityLegalDocument
Legal Document entity with revision support.

Code

public function getAcceptanceForm() {
  return drupal_get_form('entity_legal_document_acceptance_form', $this);
}