You are here

public function EntityLegalDocumentInterface::getPermissionExistingUser in Entity Legal 3.0.x

Same name and namespace in other branches
  1. 8.2 src/EntityLegalDocumentInterface.php \Drupal\entity_legal\EntityLegalDocumentInterface::getPermissionExistingUser()
  2. 4.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_legal

Code

public function getPermissionExistingUser();