public function EntityLegalDocumentInterface::getAcceptanceDeliveryMethod in Entity Legal 8.2
Same name and namespace in other branches
- 4.0.x src/EntityLegalDocumentInterface.php \Drupal\entity_legal\EntityLegalDocumentInterface::getAcceptanceDeliveryMethod()
- 3.0.x src/EntityLegalDocumentInterface.php \Drupal\entity_legal\EntityLegalDocumentInterface::getAcceptanceDeliveryMethod()
Get the acceptance delivery method for a given user type.
Parameters
bool $new_user: Get the method for new signups or existing accounts.
Return value
string The acceptance delivery method.
1 method overrides EntityLegalDocumentInterface::getAcceptanceDeliveryMethod()
- EntityLegalDocument::getAcceptanceDeliveryMethod in src/
Entity/ EntityLegalDocument.php - Get the acceptance delivery method for a given user type.
File
- src/
EntityLegalDocumentInterface.php, line 24
Class
- EntityLegalDocumentInterface
- Interface EntityLegalDocumentInterface.
Namespace
Drupal\entity_legalCode
public function getAcceptanceDeliveryMethod($new_user = FALSE);