You are here

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

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

Code

public function getAcceptanceLabel();