public function ConsentStorageInterface::description 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::description()
Returns the consent storage description.
Return value
string The consent storage description.
1 method overrides ConsentStorageInterface::description()
- ConsentStorageBase::description in src/
Plugin/ ConsentStorageBase.php - Returns the consent storage description.
File
- src/
Plugin/ ConsentStorageInterface.php, line 32
Class
- ConsentStorageInterface
- Defines the interface for consent storages.
Namespace
Drupal\eu_cookie_compliance\PluginCode
public function description();