public function ConsentStorageInterface::label in EU Cookie Compliance (GDPR Compliance) 8
Same name and namespace in other branches
- 2.0.x src/Plugin/ConsentStorageInterface.php \Drupal\eu_cookie_compliance\Plugin\ConsentStorageInterface::label()
Returns the consent storage label.
Return value
string The consent storage label.
1 method overrides ConsentStorageInterface::label()
- ConsentStorageBase::label in src/
Plugin/ ConsentStorageBase.php - Returns the consent storage label.
File
- src/
Plugin/ ConsentStorageInterface.php, line 24
Class
- ConsentStorageInterface
- Defines the interface for consent storages.
Namespace
Drupal\eu_cookie_compliance\PluginCode
public function label();