You are here

public function EntityLegalDocumentAcceptance::getDocumentVersionName in Entity Legal 7

Same name and namespace in other branches
  1. 7.2 entity_legal.entity.inc \EntityLegalDocumentAcceptance::getDocumentVersionName()

Get the name of the document this acceptance belongs to.

Return value

string The name of the document version this acceptance belongs to.

1 call to EntityLegalDocumentAcceptance::getDocumentVersionName()
EntityLegalDocumentAcceptance::getDocumentVersion in ./entity_legal.entity.inc
Get the document version this acceptance belongs to.

File

./entity_legal.entity.inc, line 466
Entity API main classes used by entity_legal module.

Class

EntityLegalDocumentAcceptance
Legal document user acceptance entity.

Code

public function getDocumentVersionName() {
  return $this->document_version_name;
}