You are here

public function UserConsent::getName in Data Policy 8

Gets the User consent name.

Return value

string Name of the User consent.

Overrides UserConsentInterface::getName

File

src/Entity/UserConsent.php, line 50

Class

UserConsent
Defines the User consent entity.

Namespace

Drupal\data_policy\Entity

Code

public function getName() {
  return NULL;
}