You are here

constant ENTITY_LEGAL_DOCUMENT_ENTITY_NAME in Entity Legal 7

Same name and namespace in other branches
  1. 8.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
  2. 7.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
  3. 4.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
  4. 3.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
21 uses of ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
EntityLegalDocument::__construct in ./entity_legal.entity.inc
EntityLegalDocumentAcceptanceTestCase::testSubmissionForm in tests/entity_legal.acceptance.test
Test that user has the ability to agree to legal documents.
EntityLegalDocumentTestCase::testCreateForm in tests/entity_legal.document.test
Test the functionality of the create form.
EntityLegalDocumentTestCase::testEditForm in tests/entity_legal.document.test
Test the functionality of the edit form.
EntityLegalDocumentVersion::getDocument in ./entity_legal.entity.inc
Get attached document entity.

... See full list

File

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

Code

define('ENTITY_LEGAL_DOCUMENT_ENTITY_NAME', 'entity_legal_document');