constant ENTITY_LEGAL_USER_ANONYMOUS in Entity Legal 7
Same name and namespace in other branches
- 7.2 entity_legal.module \ENTITY_LEGAL_USER_ANONYMOUS
@file Entity Legal module.
@longdesc Provides versioned legal forms to serve to users. By default only a message method is supplied for user prompting.
3 uses of ENTITY_LEGAL_USER_ANONYMOUS
- EntityLegalMethod::getDocumentsForMethod in methods/
entity_legal.method.inc - Get all Entity Legal Documents for a given user type and method.
- EntityLegalMethodProfileForm::getProfileFormMethodDocuments in methods/
entity_legal.profile_form.inc - Get all legal document entities with profile form methods.
- entity_legal_get_all_documents in ./
entity_legal.module - Get all active legal documents on the site.
File
- ./
entity_legal.module, line 11 - Entity Legal module.
Code
define('ENTITY_LEGAL_USER_ANONYMOUS', 'signup');