public function ConsentAgreementInterface::getName in General Data Protection Regulation 8
Same name and namespace in other branches
- 8.2 modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php \Drupal\gdpr_consent\Entity\ConsentAgreementInterface::getName()
- 3.0.x modules/gdpr_consent/src/Entity/ConsentAgreementInterface.php \Drupal\gdpr_consent\Entity\ConsentAgreementInterface::getName()
Gets the Consent Agreement name.
Return value
string Name of the Consent Agreement.
1 method overrides ConsentAgreementInterface::getName()
- ConsentAgreement::getName in modules/
gdpr_consent/ src/ Entity/ ConsentAgreement.php - Gets the Consent Agreement name.
File
- modules/
gdpr_consent/ src/ Entity/ ConsentAgreementInterface.php, line 23
Class
- ConsentAgreementInterface
- Provides an interface for defining Consent Agreement entities.
Namespace
Drupal\gdpr_consent\EntityCode
public function getName();