18 uses of ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME in Entity Legal 7
- EntityLegalDocument::getNewVersion in ./
entity_legal.entity.inc - Get a new version of this legal document.
- EntityLegalDocument::getPublishedVersion in ./
entity_legal.entity.inc - Get the current published version of this document.
- EntityLegalDocument::getVersion in ./
entity_legal.entity.inc - Get a version of this document.
- EntityLegalDocumentAcceptance::getDocumentVersion in ./
entity_legal.entity.inc - Get the document version this acceptance belongs to.
- EntityLegalDocumentController::delete in ./
entity_legal.entity_controller.inc - Overridden to care about reverted entities.
- EntityLegalDocumentController::getAllVersions in ./
entity_legal.entity_controller.inc - Get all versions of a legal document entity.
- EntityLegalDocumentController::save in ./
entity_legal.entity_controller.inc - Overridden to care exportables that are overridden.
- EntityLegalDocumentVersion::__construct in ./
entity_legal.entity.inc - EntityLegalDocumentVersionTestCase::testCreateForm in tests/
entity_legal.version.test - Test the functionality of the create form.
- EntityLegalDocumentVersionTestCase::testEditForm in tests/
entity_legal.version.test - Test the functionality of the edit form.
- EntityLegalTestCase::createDocumentVersion in tests/
entity_legal.common.test - Create a document version.
- entity_legal_document_title in ./
entity_legal.module - Get the title of a given document from its corresponding document version.
- entity_legal_document_version_form in ./
entity_legal.admin.inc - Generates the profile type editing form.
- entity_legal_document_version_load in ./
entity_legal.module - Implements hook_WILDCARD_load().
- entity_legal_document_version_name_exists in ./
entity_legal.admin.inc - Check to see whether an legal document version with the given name exists.
- entity_legal_document_version_ui_get_form in ./
entity_legal.admin.inc - Overrides entity_ui_get_form() to include bundles.
- entity_legal_update_7001 in ./
entity_legal.install - Re-name legal entities in Field API, for users of 1.0.
- entity_legal_views_data_alter in views/
entity_legal.views.inc - Implements hook_views_data_alter().