constant ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME in Entity Legal 7
Same name and namespace in other branches
- 8.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
- 7.2 entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
- 4.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
- 3.0.x entity_legal.module \ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
18 uses of ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME
- 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.
File
- ./
entity_legal.module, line 15 - Entity Legal module.
Code
define('ENTITY_LEGAL_DOCUMENT_VERSION_ENTITY_NAME', 'entity_legal_document_version');