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\EntityCode
public function getName() {
return NULL;
}