You are here

public function EntityLegalDocumentInterface::getNewUserRequirement in Entity Legal 8

Get whether document acceptance is required on signup.

Return value

bool

1 method overrides EntityLegalDocumentInterface::getNewUserRequirement()
EntityLegalDocument::getNewUserRequirement in src/Entity/EntityLegalDocument.php
Get whether document acceptance is required on signup.

File

src/Entity/EntityLegalDocumentInterface.php, line 27
Contains \Drupal\entity_legal\Entity\EntityLegalDocumentInterface.

Class

EntityLegalDocumentInterface
Provides interface for defining legal document entities.

Namespace

Drupal\entity_legal\Entity

Code

public function getNewUserRequirement();