You are here

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

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

Code

public function getAcceptanceDeliveryMethod($new_user = FALSE);