You are here

protected function EntityLegalDocumentAcceptance::defaultURI in Entity Legal 7

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

File

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

Class

EntityLegalDocumentAcceptance
Legal document user acceptance entity.

Code

protected function defaultURI() {
  return NULL;
}