public function EntityLegalDocumentInterface::getAcceptanceLabel in Entity Legal 8.2
Same name and namespace in other branches
- 4.0.x src/EntityLegalDocumentInterface.php \Drupal\entity_legal\EntityLegalDocumentInterface::getAcceptanceLabel()
- 3.0.x src/EntityLegalDocumentInterface.php \Drupal\entity_legal\EntityLegalDocumentInterface::getAcceptanceLabel()
Get the label to be shown on the acceptance checkbox.
Return value
string The label to be shown on the acceptance checkbox.
1 method overrides EntityLegalDocumentInterface::getAcceptanceLabel()
- EntityLegalDocument::getAcceptanceLabel in src/
Entity/ EntityLegalDocument.php - Get the label to be shown on the acceptance checkbox.
File
- src/
EntityLegalDocumentInterface.php, line 40
Class
- EntityLegalDocumentInterface
- Interface EntityLegalDocumentInterface.
Namespace
Drupal\entity_legalCode
public function getAcceptanceLabel();