You are here

public function ConsentAgreementInterface::setName in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php \Drupal\gdpr_consent\Entity\ConsentAgreementInterface::setName()
  2. 3.0.x modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php \Drupal\gdpr_consent\Entity\ConsentAgreementInterface::setName()

Sets the Consent Agreement name.

Parameters

string $name: The Consent Agreement name.

Return value

\Drupal\gdpr_consent\Entity\ConsentAgreementInterface The called Consent Agreement entity.

1 method overrides ConsentAgreementInterface::setName()
ConsentAgreement::setName in modules/gdpr_consent/src/Entity/ConsentAgreement.php
Sets the Consent Agreement name.

File

modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php, line 34

Class

ConsentAgreementInterface
Provides an interface for defining Consent Agreement entities.

Namespace

Drupal\gdpr_consent\Entity

Code

public function setName($name);