21 uses of ENTITY_LEGAL_DOCUMENT_ENTITY_NAME in Entity Legal 7
- 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.
- EntityLegalDocumentVersionTestCase::testCreateForm in tests/
entity_legal.version.test - Test the functionality of the create form.
- EntityLegalMethodProfileForm::execute in methods/
entity_legal.profile_form.inc - Execution method for profile form method.
- EntityLegalMethodsTestCase::testMessageMethod in tests/
entity_legal.methods.test - Drupal message method test.
- EntityLegalMethodsTestCase::testPopupMethod in tests/
entity_legal.methods.test - JQuery UI dialog method test.
- EntityLegalMethodsTestCase::testRedirectMethod in tests/
entity_legal.methods.test - Redirection method test.
- EntityLegalMethodsTestCase::testSignupFormLinkMethod in tests/
entity_legal.methods.test - User signup form with link method test.
- EntityLegalTestCase::createDocument in tests/
entity_legal.common.test - Create a random legal document entity.
- entity_legal_document_access in ./
entity_legal.module - Access callback for legal documents.
- entity_legal_document_load in ./
entity_legal.module - Implements hook_WILDCARD_load().
- entity_legal_document_name_exists in ./
entity_legal.admin.inc - Check to see whether an entity legal document with the given name exists.
- entity_legal_document_page in ./
entity_legal.pages.inc - The page view for the entity legal document.
- entity_legal_document_version_form_submit in ./
entity_legal.admin.inc - Form submit handler for saving a legal document revision.
- entity_legal_entity_info in ./
entity_legal.module - Implements hook_entity_info().
- entity_legal_get_all_documents in ./
entity_legal.module - Get all active legal documents on the site.
- entity_legal_get_types in ./
entity_legal.module - Gets an array of all legal document types, keyed by the type name.
- entity_legal_views_data_alter in views/
entity_legal.views.inc - Implements hook_views_data_alter().