protected function EntityLegalDocumentAcceptance::defaultURI in Entity Legal 7.2
Same name and namespace in other branches
- 7 entity_legal.entity.inc \EntityLegalDocumentAcceptance::defaultURI()
File
- ./
entity_legal.entity.inc, line 460 - Entity API main classes used by entity_legal module.
Class
- EntityLegalDocumentAcceptance
- Legal document user acceptance entity.
Code
protected function defaultURI() {
return NULL;
}