constant ENTITY_LEGAL_DOCUMENT_ENTITY_NAME in Entity Legal 7
Same name and namespace in other branches
- 8.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
- 7.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
- 4.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
- 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.
File
- ./
entity_legal.module, line 14 - Entity Legal module.
Code
define('ENTITY_LEGAL_DOCUMENT_ENTITY_NAME', 'entity_legal_document');