You are here

public function UserConsentInterface::getName in Data Policy 8

Gets the User consent name.

Return value

string Name of the User consent.

1 method overrides UserConsentInterface::getName()
UserConsent::getName in src/Entity/UserConsent.php
Gets the User consent name.

File

src/Entity/UserConsentInterface.php, line 37

Class

UserConsentInterface
Provides an interface for defining User consent entities.

Namespace

Drupal\data_policy\Entity

Code

public function getName();