You are here

constant ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME in Entity Legal 7.2

Same name and namespace in other branches
  1. 8.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME
  2. 7 entity_legal.module \ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME
  3. 4.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME
  4. 3.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME
6 uses of ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME
EntityLegalDocumentAcceptance::__construct in ./entity_legal.entity.inc
EntityLegalDocumentVersionController::getAcceptances in ./entity_legal.entity_controller.inc
Get acceptances for the given version of this document.
EntityLegalTestCase::createDocumentVersionAcceptance in tests/entity_legal.common.test
Create an acceptance entity for a given document version.
entity_legal_document_acceptance_form in ./entity_legal.module
Form callback for legal document acceptance form.
entity_legal_document_acceptance_form_submit in ./entity_legal.module
Legal document acceptance submit handler.

... See full list

File

./entity_legal.module, line 16
Entity Legal module.

Code

define('ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME', 'entity_legal_document_acceptance');