public function EntityLegalDocumentInterface::getPermissionExistingUser in Entity Legal 8.2
Same name and namespace in other branches
- 4.0.x src/EntityLegalDocumentInterface.php \Drupal\entity_legal\EntityLegalDocumentInterface::getPermissionExistingUser()
- 3.0.x src/EntityLegalDocumentInterface.php \Drupal\entity_legal\EntityLegalDocumentInterface::getPermissionExistingUser()
Get the permission name for new users accepting this document.
Return value
string The user permission, used with user_access.
1 method overrides EntityLegalDocumentInterface::getPermissionExistingUser()
- EntityLegalDocument::getPermissionExistingUser in src/
Entity/ EntityLegalDocument.php - Get the permission name for new users accepting this document.
File
- src/
EntityLegalDocumentInterface.php, line 77
Class
- EntityLegalDocumentInterface
- Interface EntityLegalDocumentInterface.
Namespace
Drupal\entity_legalCode
public function getPermissionExistingUser();