You are here

constant ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME in Entity Legal 3.0.x

Same name and namespace in other branches
  1. 8.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME
  2. 7.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME
  3. 7 entity_legal.module \ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME
  4. 4.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME
4 uses of ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME
EntityLegalDocumentAcceptanceTest::testSubmissionForm in src/Tests/EntityLegalDocumentAcceptanceTest.php
Test that user has the ability to agree to legal documents.
entity_legal_tokens in ./entity_legal.tokens.inc
Implements hook_tokens().
entity_legal_update_8100 in ./entity_legal.install
Change document version primary key to 'name'.
entity_legal_user_delete in ./entity_legal.module
Implements hook_entity_ENTITY_TYPE_delete().

File

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

Code

define('ENTITY_LEGAL_DOCUMENT_ACCEPTANCE_ENTITY_NAME', 'entity_legal_document_acceptance');