constant ENTITY_LEGAL_DOCUMENT_ENTITY_NAME in Entity Legal 3.0.x
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
- 7 entity_legal.module \ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
- 4.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
@file Entity Legal module.
@longdesc Provides versioned legal forms to serve to users. By default only a message method is supplied for user prompting.
6 uses of ENTITY_LEGAL_DOCUMENT_ENTITY_NAME
- EntityLegalDocumentAcceptanceTest::testSubmissionForm in src/
Tests/ EntityLegalDocumentAcceptanceTest.php - Test that user has the ability to agree to legal documents.
- EntityLegalDocumentTest::testCreateForm in src/
Tests/ EntityLegalDocumentTest.php - Test the functionality of the create form.
- EntityLegalDocumentTest::testEditForm in src/
Tests/ EntityLegalDocumentTest.php - Test the functionality of the edit form.
- EntityLegalDocumentVersionTest::testCreateForm in src/
Tests/ EntityLegalDocumentVersionTest.php - Test the functionality of the create form.
- entity_legal_post_update_title_pattern in ./
entity_legal.post_update.php - Allow customizing the legal document title.
File
- ./
entity_legal.module, line 12 - Entity Legal module.
Code
define('ENTITY_LEGAL_DOCUMENT_ENTITY_NAME', 'entity_legal_document');